@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

body{
    margin-top: 0px;
    margin-top: 0px;
    margin-left: 35px;
    margin-right: 35px;
    font-family: montserrat;
}

.container {
    display: flex;
    justify-content: center;

}
.login_box {
    background-color: rgb(255, 255, 255);
    margin-top: 7%;
    padding: 25px;
    border-radius: 15px;
    width: 350px;
    border: 1px solid rgba(0, 0, 0, 0.384);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.login_box h2{
    text-align: center;
    font-size: 26px;
}
.login_box p{
    text-align: center;
    margin-top: 10%;
}
.button{
    text-align: center;
    width: 100%;
    height: 38px;
    border-radius: 18px;
    color: white;
    border: none;
    background-color: #02a30a;
    font-size: 20px;
    font-weight: 500;
}

.login_box input{
    margin-bottom: 50px;
    height: 35px;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgb(143, 142, 142);
    font-size: 18px;
    outline: none;
}

.login_box input:focus {
    outline: none;
    border-bottom: 1px solid #00ff0d;
    transition: 0.5s;
}

.login_box label {
    text-align: left;
    color: rgb(143, 142, 142);
}

.soli{
    color: #02a70b;
    font-weight: bold;
    text-decoration: none;

}