/*------------------------------------------------------------------
 * Theme Name: iofrm - theme
 * Theme URI: http://www.brandio.io/envato/iofrm
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Copyright 2019 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
/* -----------------------------------
    1 - General Styles
------------------------------------*/
body {
    background-color: #fff;
}

.form-body {
    background-color: #fff;
}

.website-logo {
    display: inline-block;
    position: fixed;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
}

.website-logo img {
    width: 100px;
}

.website-logo .logo {
    /*background-image: url("../../../Blog/static-images/logos/nama-logo.png");*/
}

.website-logo .logo img {
    width: 100px;
}

.website-logo-inside img {
    width: 100px;
}

.website-logo-inside .logo {
    /*background-image: url("../../../Blog/static-images/logos/nama-logo.png");*/
}

.website-logo-inside .logo img {
    width: 100px;
}

.img-holder {
    width: 550px;
    background-color: #7addc5;
    position: fixed;
}

.img-holder .info-holder h3 {
    color: #fff;
    text-align: left;
}

.img-holder .info-holder h3 span {
    color: #fff;
}

.img-holder .info-holder i {
    color: #fff;
}

.img-holder .info-holder h2 {
    color: #fff;
    text-align: left;
}

.img-holder .info-holder h2 span {
    color: #fff;
}

.img-holder .info-holder p {
    color: #fff;
    text-align: left;
}

.img-holder .bg {
    opacity: 0.23;
    background-image: none;
}

.img-holder .bottom-view {
    color: #000;
}

.form-holder {
    margin-left: 550px;
}

.form-holder .form-content ::-webkit-input-placeholder {
    color: #000 !important;
}

.form-holder .form-content :-moz-placeholder {
    color: #000 !important;
}

.form-holder .form-content ::-moz-placeholder {
    color: #000 !important;
}

.form-holder .form-content :-ms-input-placeholder {
    color: #000 !important;
}

.form-content {
    background-color: #fff;
}

.form-content .form-group {
    color: #000;
}

.form-content .form-items {
    max-width: 340px;
}

.form-content .form-icon {
    margin-top: calc(-42px - 35px);
}

.form-content .form-icon .icon-holder {
    background-color: #4A77F7;
}

.form-content h2 {
    color: #000;
    text-align: center;
}

.form-content span {
    color: #009292;
    text-align: center;
}

.form-content p {
    color: #000;
}

.form-content label {
    color: #000;
}

.form-content .page-links a {
    color: #000;
}

.form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-content .page-links a.active:after {
    background-color: #009292;
}

.form-content .page-links a:hover:after, .form-content .page-links a:focus:after {
    background-color: #009292;
}

.form-content input, .form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000;
}

.form-content textarea {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000;
}

.form-content .custom-file-label {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-content .custom-file-label:after {
    color: #0093FF;
}

.form-content .custom-file:hover .custom-file-label, .form-content .custom-file:focus .custom-file-label {
    border: 0;
    background-color: #eaeaea;
    color: #000;
}

.form-content input[type=checkbox]:not(:checked) + label, .form-content input[type=checkbox]:checked + label, .form-content input[type=radio]:not(:checked) + label, .form-content input[type=radio]:checked + label {
    color: #000;
    font-weight: 700;
}

.form-content input[type=checkbox]:checked + label, .form-content input[type=radio]:checked + label {
    color: #000;
}

.form-content input[type=checkbox]:checked + label:before, .form-content input[type=radio]:checked + label:before {
    background: #000;
    border: 0px solid #000;
}

.form-content input[type=checkbox]:not(:checked) + label:before, .form-content input[type=radio]:not(:checked) + label:before {
    background: transparent;
    border: 2px solid #000;
}

.form-content input[type=checkbox]:not(:checked) + label:after, .form-content input[type=checkbox]:checked + label:after {
    color: #fff;
}

.form-content input[type=radio]:not(:checked) + label:after, .form-content input[type=radio]:checked + label:after {
    background-color: #fff;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label, .form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=radio]:not(:checked) + label, .form-content .custom-options input[type=radio]:checked + label {
    color: #606060;
    background-color: #F7F7F7;
}

.form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=radio]:checked + label {
    color: #fff;
    background-color: #009292;
    -webkit-box-shadow: 0 3px 8px rgba(160, 163, 165, 0.3);
    box-shadow: 0 3px 8px rgba(160, 163, 165, 0.3);
}

.form-content .form-button .ibtn {
    background-color: #009292;
    color: #fff;
    -webkit-box-shadow: 0 0 0 #A0A3A54C;
    box-shadow: 0 0 0 #A0A3A54C;
}

.form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus {
    background-color: #009292;
    color: #fff;
    -webkit-box-shadow: 0 5px 6px #A0A3A54C;
    box-shadow: 0 5px 6px #A0A3A54C;
}

.form-content .form-button a {
    color: #000;
}

.form-content .other-links span {
    color: #000;
}

.form-content .other-links a {
    color: #000;
}

.form-content .form-sent .tick-holder .tick-icon {
    background-color: rgba(233, 253, 214, 0);
}

.form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8CCB57;
}

.form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8CCB57;
}

.form-content .form-sent h3 {
    color: #000;
}

.form-content .form-sent p {
    color: #000;
}

.form-content .form-sent .info-holder {
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-content .form-sent .info-holder span {
    color: #000;
}

.form-content .form-sent .info-holder a {
    color: #000;
}

.form-content form a {
    color: #1dbdbd;
    display: block;
    margin-bottom: 30px;
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: #E9FDD6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

.alert {
    color: #000;
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.alert.alert-success hr {
    border-top-color: #8CCB57;
}

.alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.alert.alert-danger hr {
    border-top-color: #F55050;
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.alert.alert-info hr {
    border-top-color: #42bfdb;
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.alert.alert-dark hr {
    border-top-color: #525557;
}

.alert.with-icon.alert-primary:before {
    color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
    color: #8e9396;
}

.alert.with-icon.alert-success:before {
    color: #8CCB57;
}

.alert.with-icon.alert-danger:before {
    color: #F55050;
}

.alert.with-icon.alert-warning:before {
    color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
    color: #42bfdb;
}

.alert.with-icon.alert-light:before {
    color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
    color: #525557;
}

.alert a, .alert a.alert-link {
    color: #000;
}

.alert .close {
    color: #727272;
}

.alert .close span {
    color: #727272;
}

.form-subtitle {
    color: #000;
}

.rad-with-details .more-info {
    color: #000;
}

.form-body.without-side h3 {
    color: #000;
}

.form-body.without-side p {
    color: #000;
}

.form-body.without-side label {
    color: #000;
}

.form-body.without-side .img-holder .info-holder img {
    display: inline-block;
}

.form-body.without-side .form-content .form-items {
    padding: 35px 30px;
    background-color: #fff;
}

.form-body.without-side .form-content .form-items .other-links .text {
    color: #000;
}

.form-body.without-side .form-content .form-items .other-links a {
    color: #000;
    background-color: #F7F7F7;
}

.form-body.without-side .form-content .page-links a {
    color: #000;
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after {
    background-color: #009292;
}

.form-body.without-side .form-content .page-links a:hover:after, .form-body.without-side .form-content .page-links a:focus:after {
    background-color: #009292;
}

.form-body.without-side .form-content input, .form-body.without-side .form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-body.without-side .form-content input:hover, .form-body.without-side .form-content input:focus, .form-body.without-side .form-content .dropdown-toggle.btn-default:hover, .form-body.without-side .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #F7F7F7;
    color: #000;
}

.form-body.without-side .form-content .form-button .ibtn {
    background-color: #009292;
    color: #fff;
    -webkit-box-shadow: 0 0 0 #A0A3A54C;
    box-shadow: 0 0 0 #A0A3A54C;
}

.form-body.without-side .form-content .form-button .ibtn:hover, .form-body.without-side .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px #A0A3A54C;
    box-shadow: 0 5px 6px #A0A3A54C;
}

.form-body.without-side .form-content .form-button a {
    color: #000;
}

.type-animation > *:before {
    background-color: #fff;
}

.type-animation > *:after {
    background-color: #A06DF2;
}

@keyframes caret {
    0%, 100% {
        background-color: transparent;
    }

    50% {
        background-color: #fff;
    }
}

/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 992px) {
    .form-holder {
        margin-left: 0;
    }

    .website-logo {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: initial;
        bottom: initial;
        display: flex;
        justify-content: center;
        margin: 40px 0 40px;
    }

    .website-logo .logo {
        /*background-image: url("../../../Blog/static-images/logos/nama-logo.png");*/
    }

    .form-body.without-side .website-logo .logo {
        /*background-image: url("../../../Blog/static-images/logos/nama-logo.png");*/
    }
}

.captcha {
    margin-left: 4%;
    margin-right: 4%;
}

.captcha_button {
    background-color: #009292;
    color: #fff;
    -webkit-box-shadow: 0 0 0 #A0A3A54C;
    box-shadow: 0 0 0 #A0A3A54C;
    border-radius: 6px;
    border: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-left: 4px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.captcha_button:hover, .captcha_button:focus {
    background-color: #009292;
    color: #fff;
    -webkit-box-shadow: 0 5px 6px #A0A3A54C;
    box-shadow: 0 5px 6px #A0A3A54C;
    outline: none;
}

.password-container {
    position: relative;
}

#id_password {
    padding-left: 40px;
}

#togglePassword {
    position: absolute;
    top: 49%;
    left: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    background-color: unset;
    outline: none;
}

.input-width {
    width: 45% !important;
}

.helptext {
    color: #000000 !important;
    text-align: right !important;
    display: block;
    margin-bottom: 14px;
    margin-top: -10px;
}

#id_gender {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    padding: 10px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    background-color: #F7F7F7;
    outline: none;
}

#id_roles {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    padding: 10px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    background-color: #F7F7F7;
    outline: none;
}

.errorlist {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.errorlist li {
    background-color: #f8d7da;
    color: #721c24;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

.success_msg {
    display: inline-block;
    list-style-type: none;
    width: 100%;
    background-color: #d7f8d9;
    color: #1c721d;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #d7f8d9;
    border-radius: 4px;
}
