.login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.login .login-box {
    width: 100%;
    max-width: 300px;
}

.login .login-box .login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login .login-box .login-form .title {
    color: #707070;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
}

.login .login-box .login-form input {
    border: 1px solid #707070;
    padding: 15px 10px;
    margin-bottom: 25px;
    width: 100%;
}

.login .login-box .login-form .button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}

.login .login-box .login-form .button-wrapper .button-look-up {
    color: white;
    padding: 10px 15px;
    border: 0;
    border-radius: 2px;
}
