@import url("btn-ali.css");
@import url("nav.css");
@import url("input.css");
@import url("submit.css");
@import url("login-forgot-btns.css");
@import url("share.css");
@import url("scrollbar.css");
@import url("body.css");
@import url("logo.css");

body {
    overflow-x: hidden;
    /*overflow-y: scroll !important;*/
}

html {
    overflow: auto !important;
}


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

.super-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.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;*/


}


.register-container {
    content: "";
    /*display: inline-block;*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    box-shadow: 0 -20px 150px -20px rgb(255 235 0 / 49%);
    border-radius: 20px;
    background: rgb(86, 120, 132);
    background: linear-gradient(67deg, rgba(86, 120, 132, 1) 0%, rgba(237, 209, 64, 1) 100%);
    min-height: max-content;
    width: max-content;
}


.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;
}

@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;*/
    /*}*/
    .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-image: url(https://veldim.com/wp-content/themes/vaios/css/images/temp/map.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.html-back-ali {
    height: -webkit-fill-available;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: #112340;
    border-color: #112340;
}

.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 rgb(2, 3, 4);
    color: #fff;
}

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

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



.lang_ {
    position: absolute;
    top: 0;
    right: 0;
}

/*FORM REGisTER -------------------------------------------------------------*/
.form-register {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

@media screen and (max-width: 1122px) and (min-width: 991px) {

    .form-register {
        padding-left: 0px !important;
    }

    .country__id {
        margin-right: 0.25rem;
    }
}

/*FORM REGisTER -------------------------------------------------------------*/

/* NAV------------------------------------------------------------------------*/

/* NAV----------------------------------------------------------------------------*/