/*************** CSS for Desktop ***************/
.j-register {
    position: relative;
    z-index: 99;
    width: 85%;
    margin: 0 auto;
}
.mfp-container {
	background-color: rgb(0, 0, 0, 0.68);
}
.j-register-form {
    background-image: url(img/form.webp);
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding-top: 80.5%;
    position: relative;
}
.j-register-formInner {
    width: 75%;
    color: #aaa;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 46%;
}
.j-register-form .j-register-title {
    width: 38.8%;
    position: absolute;
    left: 30.6%;
    top: 12%;
}
.j-register-form .form-group {
    position: relative;
}
.j-register-form .form-group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-image: url(img/input.webp);
    background-size: 100% 100%;
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 70px;
    padding: 0 50px;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
.j-register-form .form-group span.fa {
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 1.5em;
    color: #aaa;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash  {
    left: auto;
    right: 25px;
    cursor: pointer;
    display: block;
}
.j-register-form .errors {
    color: #fff;
    text-align: center;
    /* text-shadow: .5px .5px 0 #de2c03, .5px -.5px 0 #de2c03, -.5px .5px 0 #de2c03, -.5px -.5px 0 #de2c03, .5px 0 0 #de2c03, 0 .5px 0 #de2c03, -.5px 0 0 #de2c03, 0 -.5px 0 #de2c03; /**/
    text-align: center;
    width: 100%;
    font-size: .8em;
    line-height: 1;
}
.j-register-form .btn_form {
	width: 74%;
    position: absolute;
    left: 13%;
    top: 64%;
}
.j-register-form .btn_form button {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.j-register-form .btn_form img {
    width: 100%;
}
.j-register-form .btn_form button {
    width: 60%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30%;
}
#alert-modal .btn-close {
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
}

#alert-modal h4 {
    color: #ffe400;
    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,
        #140011 0,
        #140011 25%,
        #140011 50%,
        #140011 75%,
        #140011 100%
    );
    border: 2px solid #c3ad61;
    border-radius: 10px;
}
input::placeholder{
    font-weight: 100;
    color: #aaa !important;
}
input::-ms-input-placeholder{
    font-weight: 100;
    color: #aaa !important;
}
.j-register-form .form-group .form-control::placeholder{
    font-weight: 100;
    color: #aaa !important;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #aaa !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: #c3ad61
}
/*************** CSS for 16inch ***************/
@media only screen and (max-width: 1650px) {
    .j-register-form .form-group::before {
        height: 50px;
    }
    .j-register-form .form-group .form-control {
        height: 50px;
    	font-size: 1em;
    }
    .j-register-form .form-group span.fa {
        top: 15px;
        font-size: 1.3em;
    }
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) {
    .j-register-form .form-group::before {
        height: 30px;
    }
    .j-register-form .form-group .form-control {
        height: 30px;
        font-size: 0.6em;
    	padding: 0 30px;
    }
    .j-register-form .form-group span.fa {
    	top: 9.5px;
        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: 8px;
        margin-top: 0;
    }
    .j-register-form .j-register-title {
        width: 30%;
        left: 35%;
        top: 8%;
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register {
        width: 100%;
    }
    .j-register-form .form-group::before {
        height: 40px;
    	border-radius: 4px;
    }
    .j-register-form .form-group .form-control {
        height: 40px;
        font-size: 1em;
        top: 0;
    }
    .j-register-form .form-group span.fa {
        font-size: 1em;
        top: 12px;
        left: 15px;
    }
    .j-register-form .form-group span.fa-eye,
    .j-register-form .form-group span.fa-eye-slash  {
        left: auto;
        right: 15px;
    }
    .j-register-form .errors {
    	font-size: 0.6em;
    }
    .j-register-form .j-register-title {
        width: 38.8%;
        left: 30.6%;
        top: 12%;
    }
}