/*************** CSS for Desktop ***************/
.j-register-form {
    position: relative;
    background-image: url(img/form.webp);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    padding-top: 99%;
}
.j-register-formInner {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 60%;
}
.j-register-form .j-register-title {
    width: 84%;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
}
/* .j-register-form .j-register-slogan {
    width: 90%;
    margin-left: 5%;
} */
.j-register-form .form-group {
    background-repeat: no-repeat;
    position: relative;
}
.j-register-form .form-group::before, 
.j-register-form .form-group::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -2px;
    left: 0;
    background-color: #0f0e0f;
    border: 2px solid #8c5a14;
    border-radius: 12px;
    -webkit-mask-image: linear-gradient(360deg, transparent, #fff 0, #fff 0%, transparent);
}
.j-register-form .form-group::before {
    border: 2px solid #2c231b;
    -webkit-mask-image: linear-gradient(180deg, transparent, #fff 0, #fff 0%, transparent);
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    height: 66px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-size: 1.6em;
    position: relative;
    z-index: 9;
}
.j-register-form .form-group span.fa {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 1.6em;
    color: #392e13;
    z-index: 9;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash  {
    left: auto;
    right: 15px;
    cursor: pointer;
    display: block;
}
.j-register-form .errors {
    color: #fff;
    text-align: center;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    min-height: 10px;
}
.j-register-form .btn_form {
    position: absolute;
    width: 79.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 86%;
}
.j-register-form .btn_form button {
    background-color: transparent;
    padding: 0;
}
.j-register-form .btn_form button,
.j-register-form .btn_form button img {
    width: 100%;
}
#alert-modal .btn-close {
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
}

#alert-modal h4 {
    color: #feed5c;
    text-transform: uppercase;
    text-align: center;
}

#alert-modal p {
    margin-bottom: 0;
    color: #f20000;
    font-weight: bold;
    text-align: center;
}

#alert-modal {
    padding: 20px 15px;
    background: linear-gradient(
        to right,
        #131313 0,
        #131313 25%,
        #131313 50%,
        #131313 75%,
        #131313 100%
    );
    border: 2px solid #feed5c;
    border-radius: 10px;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.j-register-form .form-group .form-control::placeholder,
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
input::placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
textarea::placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
select::placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
input::-ms-input-placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
textarea::-ms-input-placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
select::-ms-input-placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
.j-register-form .form-group .form-control::placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #392e13 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
    -webkit-transition-delay: 9999s !important;
}
.mfp-ready .mfp-close {
    opacity: 0 !important;
}
.mfp-ready #alert-modal .mfp-close {
    opacity: 1 !important;
    top: -30px !important;
    right: -30px;
    border-radius: 10px;
    color: #feed5c;
}

/*************** CSS for 1650 ***************/
@media only screen and (max-width: 1650px) {
    .j-register-form .form-group::before,
    .j-register-form .form-group::after {
        height: 49px;
        border-radius: 8px;
    }
    .j-register-form .form-group .form-control {
        height: 45px;
        font-size: 1.2em;
    }
    .j-register-form .form-group span.fa {
        top: 12px;
        font-size: 1.2em;
    }
    .j-register-form .errors {
        font-size: 0.8em;
    }
}

/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) {
    .j-register-form .form-group::before,
    .j-register-form .form-group::after {
        height: 27px;
        border-radius: 4px;
        border-width: 1px;
        top: -1px;
    }
    .j-register-form .form-group .form-control {
        height: 25px;
        padding-left: 30px;
    	padding-right: 30px;
        font-size: 0.7em;
    }
    .j-register-form .form-group span.fa {
        top: 7px;
        font-size: 0.7em;
        left: 10px;
    }
    .j-register-form .form-group span.fa-eye,
    .j-register-form .form-group span.fa-eye-slash  {
        left: auto;
        right: 8px;
    }
    .j-register-form .errors {
        font-size: 0.5em;
    }
    .j-register-form .btn_form {
        top: 88%;
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register-form .form-group::before,
    .j-register-form .form-group::after {
        height: 35px;
        border-radius: 6px;
    }
    .j-register-form .form-group .form-control {
        height: 33px;
        font-size: 0.8em;
    }
    .j-register-form .form-group span.fa {
        font-size: 1em;
        top: 9.5px;
    }
    .j-register-form .errors {
        font-size: 0.65em;
    }
    .j-register-form .btn_form {
        top: 88%;
    }
}
@media only screen and (max-width: 395px) {

}