body {
    overflow-x: hidden;
}

.login-container {
    display: block;
    position: relative;
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;position: absolute !important;*/
    z-index: 0;
    margin: auto;
    /*padding: 4rem;*/
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 750px;
    min-height: 750px !important;
    /*background-image: url(/images/background.jpg);*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

#country option{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.register-container{
    display: block;
    position: relative;
    z-index: 0;
    margin:  4rem auto 0;
    padding: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 525px;
    min-height: 800px;
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

.login-container:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse at left bottom, #0a0c23f5 0%, #081a44de 59%, #020521f2 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    border-radius:20px;
}

.register-container{
    content: "";
    /*display: inline-block;*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background-image: radial-gradient(ellipse at left bottom, #0a0c23f5 0%, #081a44de 59%, #020521f2 100%);
    box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
    border-radius:20px;
    min-height: max-content;
    width: max-content;
}

.form-login {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.login__logo {
    /*z-index: 1;*/
    /*position: absolute;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*right: 50%;*/
    /*transform: translate(-50%, 50%);*/
    /*left: 32%;*/
    height: 20px;
    /*margin-top: 2.25em ;*/
    filter: sepia(1);
}

.section-logo-design {
    display: flex;
    position: relative;
    top: 33px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: white;
}

.section-logo-design > p {
    font-size: 15px;
    margin: 0 6px 0 0;
}

@media only screen and (max-width: 768px) {
    .form-login .profile-button {
        justify-content: center !important;
        margin-bottom: 1.5em;
    }
}

.login-with-logo {
    text-align: center;
}

.login-nav {
    position: relative;
    padding: 0;
    margin: 0 0 1em 0;
}

.login-nav__item {
    list-style: none;
    display: inline-block;
}

.login-nav__item + .login-nav__item {
    margin-left: 2.25rem;
}

.login-nav__item span {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
}

.login-nav__title{
    text-align:center
}

.login-nav__title span {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
    text-align:center;
}


.login-nav__item.active span,
.login-nav__item span:hover {
    color: #ffffff;
    transition: 0.15s all ease;
}

.login-nav__item span:after {
    content: "";
    display: inline-block;
    height: 10px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 0;
    border-radius: 50%;
    transition: 0.15s all ease;
}

.login-nav__item span:hover:after,
.login-nav__item.active span:after {
    background-color: rgb(67, 141, 255);
    height: 2px;
    right: 0;
    bottom: 2px;
    border-radius: 0;
    transition: 0.2s all ease;
}

.login__label {
    display: block;
    padding-left: 1rem;
    /*margin-top: 0.5rem;*/
}

.login__label,
.login__label--checkbox {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.login__label--checkbox {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 0.5rem;
    text-transform: inherit;
}

.login__input {
    color: white;
    font-size: 1.15rem;
    height: 2.25em;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.message__input {
    color: white;
    font-size: 1.15rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.wrong-message {
    position: relative;
    color: #fff;
    font-weight: 400;
}
.remove-padding-left{
    padding-left: 0px !important;
}
.login__submit {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0.75rem;
    border-radius: 2rem;
    display: block;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.login__submit:hover {
    background-color: rgb(2, 3, 4);
    border: 1px solid rgba(2, 3, 4, 1);
    color: #fff;
}

.login__forgot {
    display: block;
    margin-top: 3rem;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.login__forgot:hover {
    color: #d0d0d0;
    border: none;
}

.login__input + .login__label {
    margin-top: 1rem;
}



@media only screen and (max-width:1300px) and (min-width:1068px) {
    .login{
        width: 60% !important;
    }
}

@media screen and (max-width:1068px) and (min-width:991px) {
    .login{
        width: 70% !important;
    }
    .form-login{
        padding-left: 0px !important;
    }
}

@media screen and (max-width:762px) and (min-width:530px) {
    .login{
        width: 60% !important;
    }
    .form-login{
        padding-left: 0px !important;
    }
}

@media screen and (max-width:530px) {
    .login{
        width: 80% !important;
    }
}

@media screen and (min-width:1123px) {
    .register{
        width:80% !important;
    }
    /*.register-container{*/
    /*    min-height: 1241px !important;*/
    /*    max-height: 1225px !important;*/
    /*}*/
}

@media screen and (max-width:1122px) and (min-width:991px){
    .register{
        width:90% !important;
    }
    /*.register-container{*/
    /*    min-height: 1000px;*/
    /*}*/
    .form-login{
        padding-left: 0px !important;
    }
    .country__id{
        margin-right: 0.25rem;
    }
}
@media screen and (max-width: 999px) and (min-width: 992px)   {
    .register-container{
        min-height: 1000px;
    }
}
/*@media screen and (min-width: 800px){*/
/*    #section{*/
/*        !*margin-top:10rem*!*/
/*    }*/
/*}*/

@media screen and (max-width:998px) and (min-width:991px){
    .register{

        width:100% !important;
    }
    .register-container{
        max-height: 1100px;
    }
}

/*@media screen and (max-width: 990px) and (min-width: 576px){*/
/*    .register-container{*/
/*        min-height: 1000px;*/
/*    }*/
/*}*/

@media screen and (max-width: 575px){
    .register-container{
        min-height: 1600px;
        padding: 2rem !important;
    }
    #country__id{
        padding-right: 1rem !important;
    }
    /*.login__logo {*/
    /*    left: 30% !important;*/
    /*}*/
}

/* EDITED BY ALI*/

.register-container {
    list-style: none;
}

.body-back-ali {
    background-image: linear-gradient(#24385e, #3f96c7);
}
.container-back-ali {
    background-size: contain;
    background-repeat: no-repeat;
}

.html-back-ali {
    height: -webkit-fill-available;
}
.confirm-box {
    color: cornflowerblue !important;
}