* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'Roboto', 'Open Sans', 'Lato', sans-serif;
    overflow: hidden;
}

.log_flex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: rgb(20, 20, 20);


}

.log_flex .log_flex_one {
    width: 35%;
    height: 100%;
    background-color: #000;
    padding: 15px 40px;
    position: relative;
}

.log_flex .log_flex_one h5 {
    color: #fff;
    font-size: 33px;
    padding: 80px 0 10px;
    font-weight: 540;
}

.se_l_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 0 0 10px 0;
    color: rgb(128, 128, 128);
    font-family: Arial, Helvetica, sans-serif;

}

.se_l_flex a {
    color: rgb(128, 128, 128);
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;

}

.se_l_flex a:hover {
    color: #fff;
}

.error {
    background: hsl(0 84% 25% / 1);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    display: none;
}

.imput_cont {
    width: 100%;
    margin: 15px 0;
}

.imput_cont h4 {
    font-size: 14px;
    color: rgb(128, 128, 128);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin: 13px 0;
}

.imput_cont .input {
    width: 100%;
}

.imput_cont .input input {
    padding: 15px 10px;
    width: 100%;
    border-radius: 10px;
    background: rgb(20, 20, 20);
    border: none;
    color: white;
}

.imput_cont .input input::placeholder {
    color: rgb(128, 128, 128);
    font-size: 15px;
}

.imput_cont .eye {
    position: absolute;
    margin-top: -32px;
    right: 50px;
    cursor: pointer;
    color: #fff;
}

.forgot {
    display: flex;
    justify-content: flex-end;
}

.forgot a {
    color: rgb(128, 128, 128);
    font-size: 14px;
}

.log_btn {
    width: 100%;
    margin: 20px 0 300px;
    padding: 15px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 550;
    background: hsl(75 84% 63% / 1);
    color: #000;
}

.log_flex_two {
    width: 65%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 980px) {

    html,
    body {
        overflow-x: hidden;
        overflow-y: hidden;
    background-color: #000;

    }

    .log_flex .log_flex_one {
        width: 100%;
        height: 100%;
        padding: 10px 20px;
    }
    .log_flex_two {

        display: none;

    }
}