.login_rect {
    background-color: whitesmoke;
    height: 500px;
    width: 350px;
    margin: auto;
    position: relative;
    margin-top: 20vh;
    border-radius: 15px;
}

#title {
    text-align: center;
    margin-top: 15px;
}

#logo {
    position: relative;
    left: 20%;
    margin-top: 30px;
}

.form_div {
    margin-top: 50px;
}

.form_input {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 35px;
    background-color: #00000000;
    border: 0px;
    border-bottom: 3px solid #007be5;
}

#submit_btn {
    background-color: #007be5;
    display: block;
    margin: auto;
    color: white;
    margin-top: 30px;
    height: 35px;
    width: 80%;
    border-radius: 15px;
}