.title {
    font-weight: 650;
    font-size: 36px;
}

.main-container {
    margin-top: 25vh;
}

.form-control {
    height: 45px;
}

#email {
    /* width: 420px; */
}

.main-container input:hover {
    border: 1px solid;
}

.main-container label {
    font-size: 15px;
    font-weight: 600;
}

.login_btn {
    width: 100%;
    background: #969698;
    border: none;
}

.login_btn:hover {
    background: #404040;
}

.forgot button {
    border: none;
    color: black;
    font-weight: 600;
    background: none;
}

.forgot button:hover {
    color: blue;
}

::placeholder {
    color: #9a9a9a;
}

.error {
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    padding-top: -20px !important;
}

.icons {
    padding: 6px;
    margin-top: 10px;
}

.toggle {
    position: absolute;
    margin-left: -34px;
    margin-top: 14px;
    color: #404040;
}

.code-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.code {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 30px;
    width: 50px !important;
    height: 40px;
    margin: 10px;
    text-align: center;
    font-weight: 300;
}

.verify-btn {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
}