@charset 'UTF-8';

body {
    background-color: #e5e5e9;
}

.content {
    position: relative;
    height: 450px;
    width: 350px;
    top: 10vh;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
}

.login {
    position: relative;
    height: 100%;
    width: 75%;
    left: 50%;
    transform: translate(-50%);
}

.login-top {
    position: relative;
    height: 50px;
    width: 100%;
    top: 20px;
}

.login-top img {
    position: relative;
    height: 50px;
    width: 50px;
}

.login-top p {
    position: absolute;
    top: -15px;
    left: 60px;
    font-size: 25px;
    font-weight: bold;
}

.umet-login {
    position: relative;
    height: 240px;
    width: 100%;
    top: 20px;
}

form{
    margin-top: 10px;
}

.forget-password-address{
    position: relative;
    height: 65px;
    width: 100%;
}

.forget-password-address {
    margin-top: 10px;
}

.forget-password-address label {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.forget-password-address input {
    position: relative;
    width: calc(100% - 6px);
    height: 30px;
    top: 3px;    
    border-radius: 0px;
    border-width: 1px;
    background-color: #e5e5e9;
    font-size: 16px;
}

.forget-password-button {
    position: relative;
    height: 55px;
    width: 100%;
    margin-top: 40px;
}

.forget-password-button input {
    position: relative;
    height: 40px;
    width: 100%;
    top: 3px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    border-width: 0px;
    background-color: #ff914d;
}

.forget-password-button input:hover {
    background-color: #fff;
    color: #ff914d;
    border: solid 1px #ff914d;
}

.error-text {
    height: 30px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.error-text p {
    margin: 0;
    color: red;
}
