@import url('https://fonts.googleapis.come/css?family=lato|ZCOOL+Kuale&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anta&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /* min-height: 1300px !important; */
    margin: 0;
    padding: 0;
    background-image: linear-gradient(135deg, #2f2f32 0%, #263143 100%);
}

.index {
    min-width: 400px;
}

.portal__title {
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
  }



.log__instruct {
    display: none;
}

/* .log-header {
    display: flex;
    justify-content: start;
    width: 100%;
} */

/* .log-header-image-box {
    margin-top: 30px;
    margin-left: 100px;
    display: flex;
    border-radius: 4px;
    
} */

.log-header p {
    color: rgb(169, 166, 166);
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0;
    margin-left: 0.5rem;
    position: relative;
    top: 0.5rem;
}

svg.signInSVG {
    width: 100px;
    height: 100px;
    margin: 20px;
    left: 45%;
    top: 20%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.login-body {
    position: relative;

}

.__section {
    /* display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px !important; */
}

/* .__content {
    margin-left: 100px;
}
 */
.portal__title{
    color: rgb(174, 174, 180);
    font-weight: 400 !important;
    
}

.login__header__content img {
    position: relative;
    text-align: center;
}



.login__div p {
    color: rgb(234, 190, 15);
    opacity: 0.8;
}

.disc__us_btn {
    display: flex;
    justify-content: start;
    width: 100%;
    position: relative;
}

.disc__us_btn button {
    border: 1px solid yellow;
    padding: 20px;
    margin: 50px;
    border-radius: 50px;
    background-color: yellow;
    width: 300px;
    font-size: 1.4rem;
    
}

/* .login-section {
    margin-top: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    
} */



@media screen and (max-width: 1139px) {
    /*.__login-form {
        left: 0;
    }

     .login-body {
    position: relative;
    bottom: 70px; 
    }*/


}

.user-form-head {
    text-align: center;
    color: rgb(115, 119, 230);
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* form#login-form {
    margin-top: 0px;
    min-width: 400px;
} */

form#login-form label {
    color: rgb(29, 28, 28);
    font-weight: 500;
    letter-spacing: 1px;
}


.form-body {
    /* border: 1px solid red; */
}

form#login-form input[type="email"] {
    border: 0;
    border-bottom: 2px solid rgb(179, 172, 172);
    border-right: 2px solid rgb(154, 94, 94);
    border-left: 2px solid rgb(96, 96, 142);
    border-top: 2px solid rgb(149, 149, 91);
    background-color: rgb(167, 162, 162);
    border-radius: 4px !important;
    color: rgb(7, 7, 7);
}

form#login-form input[type="password"] {
    border-bottom: 2px solid rgb(50, 50, 50);
    border-right: 2px solid rgb(154, 94, 94);
    border-left: 2px solid rgb(96, 96, 142);
    border-top: 2px solid rgb(149, 149, 91);
    /* background-color: transparent; */
    border-radius: 4px !important;
    color: rgb(7, 7, 7);
}

.__options {
    display: flex;
    margin-top: 18px;
}

.pass-btn-wrapper {
    width: 100%;
}

.view_p {
   position: absolute;
   top: 5px;
   right: 0;
}

.view_p label {
    font-size: smaller !important;   
    font-weight: lighter !important;
    color: white !important;
    margin-right: 5px !important;
 
}

form#login-form input:focus {
    box-shadow: none;
    border: .5px solid rgb(136, 134, 134) !important;
}

.btn-wrapper {
    margin-top: 20px;

}



.warning {
    color: rgb(145, 60, 60);
    letter-spacing: 1px;
    display: flex;
    position: relative;
}

.warning i {
    display: none;
}

.warning p {
    position: relative;
    top: 5px;
    margin-left: 10px;
}



.btn-wrapper button {
    /* width: 25% !important; */
    border-radius: 50px !important;
}

.lost_key {
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;

}

.lost_key a {
    text-decoration: none;
}

.note-box {
    margin-top: 10px;
    font-size: smaller;
    text-align: center;
    background-color: rgb(221, 217, 217);
    border-radius: 4px;
}

.note-box.note__info {
    color: blue;
    display: block;
}

.note__info {
    color: blue;
    display: block;
}

.note-box.note__warning {
    color: rgb(193, 7, 7);
    display: block;
}

.note-box i.note__warning {
    color: rgb(193, 7, 7);
    display: block;
}

.note-box button {
    border-radius: 50px;
    background-color: rgb(11, 11, 10);
    color: rgb(191, 187, 187);
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    opacity: 0.8;
    transition: 0.3s ease;
}

.note-box button:hover {
    background-color: rgb(63, 63, 63);
}

.__props {
    /* border: 2px solid white; 
    margin-left: 100px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;*/
}

/* .__info_boxes img {
    position: relative;
    opacity: 0.4;

} 

.__info_boxes .h3 {
    font-size: medium;
    color: rgb(207, 207, 203);
}*/

.__info_boxes.card {
  background-image: linear-gradient(135deg, #d38f0e 0%, #1668eb 100%);
  box-shadow: 0 8px 20px rgba(22, 104, 235, 0.3), 0 4px 6px rgba(165, 123, 8, 0.2);
}



.space-1 {
    letter-spacing: .1rem;
}

.__info_boxes.card .text-uppercase {
    font-weight: 600;
}

.__info_boxes.card p {
    color: rgb(202, 201, 198);
}




/* .__info_boxes p {
    font-size: small;
    color: rgb(222, 137, 137);
} */

.contacts#contact {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; 
    color: rgb(195, 191, 191);*/
}


.contacts#contact p {
    margin: 0;
    padding: 0;
}

.contacts#contact i {
    margin-left: 5px;
}

.contacts#contact strong {
    margin-left: 5px !important;
    font-weight: 400;
    font-size: smaller;
}

.contacts#contact a {
    text-decoration: none;
    font-size: smaller;
    /* color: rgb(195, 191, 191); */
}

.contacts#contact a:hover {
    color: rgb(60, 78, 239);
}


/* screen control */

@media screen and (max-width: 1139px) {
    /*.log-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

     .log-header-image-box {
        margin-top: 30px;
        margin-left: 0;
        width: 300px;
        display: flex;
        border-radius: 4px;
    } */

    .log-header p {
        color: rgb(169, 166, 166);
        font-size: 1.1rem;
        font-weight: 700;
        padding: 0;
        margin-left: 0.5rem;
        position: relative;
        top: 0.5rem;
    }

    .__section {
        /* border: 2px solid white; 
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        top: 50px;*/
    }

    /* .__content {
        margin-left: 0;

    }
 */
    .portal__title{
        color: rgb(174, 174, 180);
        font-weight: 400 !important;

        
    }

    .login__header__content img {
        position: relative;
        text-align: center;
    }

    .login__div p {
        color: rgb(234, 190, 15);
        opacity: 0.8;
    }
}

@media screen and (max-width: 1001px) {
    .user-form-head {
        left: 0;
    }


    /* .login-body {
        background-image: none;
        bottom: 80px;
    } */

    .__login-form {
        /* top: 40px;
        right: 0px; */
        
    }

    form#login-form input[type="email"] {
        border-bottom: 2px solid rgb(235, 227, 227);
        background-color: rgb(205, 201, 201);
    }

    .view_p .form-check-label {
        color: rgb(226, 235, 202)!important;
    }


    /* .__section {
        width: 100%;
    } */

    /* .__content {
        margin-left: 0;
        width: 100%;
        text-align: center !important;
    } */

    .__content p:nth-of-type(2) {
        text-align: center;
        position: relative;
        left: 15%;
    }

    .disc__us_btn {
        display: none;

    }

    /* .__props {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        position: relative;
        left: 10px;
    }*/
} 

@media screen and (max-width: 600px) {
    /* .__props {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    } */

    .contacts#contact {
        flex-direction: column;
    }

    #terms {
        /* position: relative;
        left: 10px; */
    }
}




@media screen and (max-width: 998px) {
    .portal__title {
        font-size: 1.7em;
    }

    .login-section {
        margin-top: 80px !important;
    }

    .__login-form {
        min-width: 450px;
        max-width: 600px !important;
    }
}

@media screen and (min-width: 998px) {
    .login-body {
        top: 20%;
    }
}
