@charset 'UTF-8';

body {
    background-color: #e5e5e9;
}

:focus {
    outline: none;
}

.flex {
    display: flex;
    width: calc(100% - 2px);
    height: 30px;
    background-color: #e5e5e9;
    border: solid 1px #000;
}

.login-userid-box,
.login-address-box {
    height: 30px;
    border: solid 1px #000;
    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;
    margin-top: 20px;
}

.error-text {
    height: 24px;
    margin: 16px 0 0 0;
    color: red;
    vertical-align: bottom;
    font-size: 13px;
}

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

.umet-login-userid,
.umet-login-address,
.umet-login-password {
    position: relative;
    height: 65px;
    width: 100%;
}

.umet-login-userid label,
.umet-login-address label,
.umet-login-password label {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.umet-login-userid input,
.umet-login-address input {
    position: relative;
    width: calc(100% - 20px);
    height: 20px;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 0px;
    border: none;
    background-color: #e5e5e9;
    font-size: 16px;
}

.umet-login-password input {
    position: relative;
    width: calc(100% - 6px);
    height: 20px;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    background-color: #e5e5e9;
    font-size: 16px;
}

.umet-create-user-button {
    position: relative;
    height: 55px;
    width: 100%;
    margin-top: 10px;
}

.umet-create-user-button input{
    background-color: #ff914d;
}

.umet-create-user-button input{
    position: relative;
    height: 40px;
    width: 100%;
    top: 3px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    border-width: 0px;
}

.umet-create-user-button input:hover {
    background-color: #fff;
    color: #ff914d;
    border: solid 1px #ff914d;
}

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

.forget-password p {
    position: relative;
    top: 20px;
    font-size: 10px;
}

.toggle-icon {
    position: relative;
    width: 10%;
    height: 25px;
    top: 50%;
    transform: translate(0, -50%);
}