@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff") format("woff");
}

html,
body {
    background-color: #FEFAF6;
}

a{
    text-decoration: none !important;
}

.ml_10{
    margin-left: 10px;
}

.mb_12{
    margin-bottom: 12px;
}

.mb_74{
    margin-bottom: 74px;
}

.cp_1{
    padding: 16px 32px;
}
.cp_2{
    padding:  78px 15px 15px 49px;
}
.cp_3{
    padding:  50px;
}


.br_2{
    border-radius: 2px;
}

.bg_000000{
    background-color: #000000;
}
.text_6E6E6E{
    color: #6E6E6E;
}
.text_FFFFFF{
    color: #FFFFFF;
}

.text_24_700{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
}
.text_24_400{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
}
.text_16_400{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}
.text_16_500{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}

.logo_width{
    width: 192px;
}

.h-100vh{
    height: 100vh;
}

.w-fit-content{
    width: fit-content;
}

.curser-pointer{
    cursor: pointer;
}

.btn_hover{
    transition: all 0.5s ease;
}

.btn_hover:hover{
    box-shadow: 0 0 20px #00000099;
}

.bg_image{
    background-image: url(../images/bg_login.png);
    background-size: cover;
}

.bg_gradiiant{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 105.47%);
}

@media (max-width: 768px) {
    .hidden-md{
        display: none;
    }
}

@media (max-width: 550px) {
    .cp_2{
        padding:  30px 20px;
    }
    .cp_3{
        padding:  20px;
    }
}
@media (max-width: 450px) {
    .cp_2{
        padding:  20px 15px;
    }
}