/*************** CSS for Desktop ***************/
.j-register {
    position: relative;
    z-index: 99;
}
.mfp-container {
	background-color: rgb(0, 0, 0, 0.68);
}
.j-register-form {
    background-image: url(img/form.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 70.5%;
    position: relative;
}
.j-register-formInner {
    width: 75%;
    color: #bbb;
    position: absolute;
    top: 53.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 60%;
}
.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: 60px;
    top: 0;
    left: 0;
    background-color: #fff;
    /* border: 2px solid #F25900; */
    box-shadow: 0px 0px 5px #555 inset;
    border-radius: 30px;
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 60px;
    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: 20px;
    left: 18px;
    font-size: 1.3em;
    opacity: 0.5;
}
.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 .form-group .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;
    min-height: 100%;
    margin-top: 1px;
    position: absolute;
    top: 100%;
}
.j-register-form .btn_form {
    width: 55%;
    position: absolute;
    left: 22.5%;
    bottom: 0;
}
.j-register-form .btn_form button {
    background-color: transparent;
    padding: 0;
    margin: 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: #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,
        #410a00 0,
        #410a00 25%,
        #410a00 50%,
        #410a00 75%,
        #410a00 100%
    );
    border: 2px solid #c3ad61;
    border-radius: 10px;
}
input::placeholder{
    font-weight: 100;
    color: #bbb !important;
}
input::-ms-input-placeholder{
    font-weight: 100;
    color: #bbb !important;
}
.j-register-form .form-group .form-control::placeholder{
    font-weight: 100;
    color: #bbb !important;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #bbb !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: 45px;
    }
    .j-register-form .form-group .form-control {
        height: 45px;
    	font-size: 1em;
    }
    .j-register-form .form-group span.fa {
        top: 12.5px;
    }
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) {
    .j-register-form .form-group::before {
        height: 22px;
    }
    .j-register-form .form-group .form-control {
        height: 22px;
        font-size: 0.6em;
        top: -4px;
    	padding: 0 30px;
    }
    .j-register-form .form-group span.fa {
        top: 5.5px;
        font-size: 0.6em;
        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 .form-group .errors {
        top: 22px;
        font-size: 0.5em;
        margin-top: 1px;
    }
    .j-register-form .j-register-title {
        width: 30%;
        left: 35%;
        top: 8%;
    }
    .j-register-form .btn_form {
        width: 35%;
        left: 32.5%;
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register-form .form-group::before {
        height: 30px;
    	border-radius: 4px;
    }
    .j-register-form .form-group .form-control {
        height: 30px;
        font-size: 1em;
        top: 0;
    }
    .j-register-form .form-group span.fa {
        font-size: 0.8em;
        top: 7.5px;
    }
    .j-register-form .form-group .errors {
        top: 100%;
    	font-size: 0.6em;
        margin-top: 2px;
    }
    .j-register-form .j-register-title {
        width: 38.8%;
        left: 30.6%;
        top: 12%;
    }
    .j-register-form .btn_form {
        width: 55%;
        left: 22.5%;
    }
}