/*************** CSS for Desktop ***************/
.j-register {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.j-register-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}
.j-register-x {
	width: 6%;
    position: absolute;
    bottom: 103%;
    left: 94%;
    display: none;
}
.j-register-x::before {
    content: "";
    display: block;
    background-image: url(img/x.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 100%;
}
.mfp-container {
	background-color: rgb(0, 0, 0, 0.88);
}
.j-register-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3em;
}
.j-register-form::before {
    content: "";
    display: block;
    background-image: url(img/form.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 65%;
}
.j-register-formInner {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    color: #bbb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.j-register-form .j-register-title {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
    bottom: 100%;
}
.j-register-form .j-register-slogan {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
}
.j-register-form .form-group {
    position: relative;
    width: 100%;
    padding-top: 11.14%;
    margin-bottom: 5%;
}
.j-register-form .form-group::before {
    content: "";
    background-image: url(img/input.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 100%;
    width: 82%;
    color: #1a3278;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    text-align: center;
}
.j-register-form .form-group span.fa {
    position: absolute;
    top: 10%;
    left: 2%;
    font-size: 100%;
    display: none;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash  {
    left: auto;
    right: 15px;
    cursor: pointer;
    display: none;
}
.j-register-form .errors {
    bottom: 0px;
    color: #ffe400;
    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: 0.7em;
    line-height: 1;
    min-height: 10px;
    position: absolute;
    top: 100%;
    margin-top: 3px;
}
.j-register-form .btn_form {
    width: 60%;
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); */
    margin: 0 auto;
}
.j-register-form .btn_form button {
    background-color: transparent;
    /* background-image: linear-gradient(to right, #fde93b , #f3a532); */
    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;
    white-space: nowrap;
}

#alert-modal {
    padding: 20px 15px;
    background: linear-gradient(
        to right,
        #011008 0,
        #011008 25%,
        #011008 50%,
        #011008 75%,
        #011008 100%
    );
    border: 2px solid #fec34a;
    border-radius: 10px;
}
input::placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
textarea::placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
select::placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
input::-ms-input-placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
textarea::-ms-input-placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
select::-ms-input-placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
.j-register-form .form-group .form-control::placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #1a3278 !important;
    opacity: 0.5;
}
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: #fec34a
}
.j-register-form .slider-wrapper {
    position: absolute !important;
    margin-top: 15%;
    width: 80%;
    left: 10%;
}
/*************** CSS for 16inch ***************/
@media only screen and (max-height: 726px) {
    /* .j-register-form {
        width: 20%;
    } */
}
@media only screen and (max-width: 1550px) {
    /* .j-register-form {
        width: 61.5%;
    } */
}
@media only screen and (max-width: 1440px) {
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) and (orientation: landscape) {
    .j-register-form {
        width: 43%;
        /* transform: translate(-50%, -50%); */
        font-size: 0.8em;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-register-form {
        width: 53%;
        /* transform: translate(-50%, -35%); */
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register-form {
        width: 95%;
        /* transform: translate(-50%, -35%); */
        font-size: 0.8em;
    }

    #alert-modal p {
        white-space: break-spaces;
    }
}