* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
}

.njhduiwud {
    height: 100vh;
    background-image: url("../../images/login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kiiodie {
    padding-top: 13%;
    padding-top: 13%;
    height: 73%;
    background: rgba(0, 0, 0, .5);
}

.kjsduieu {
    display: none;
}

.oiiojn {
    width: 50%;
    margin: auto;
    background: #f5f6fa;
    border-radius: 10px;
    border: 5px solid rgba(0, 0, 0, .3);
}

.poikfeie {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.jfuejhc {
    display: flex;
    width: 50%;
    border-radius: 15px;
    background: white;
    margin-bottom: 20px;
    border: 1px solid #00113d;
}

.sjduid {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6d00;
}

.kjshduhui {
    width: 85%;
}

.jhudhwhg {
    width: 100%;
    border-radius: 0 15px 15px 0;
    outline: none;
    border: none;
    padding: 10px 0;
    padding-left: 12px;
}

.kjiuiuef {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.jifeufenj {
    width: 30%;
    background: #ff6d00;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 15px;
    margin: 10px 0;
}

.container {
    position: relative;
}

.close {
    padding: 5px;
    position: absolute;
    right: 15px;
    font-size: 25px;
    font-weight: 600;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    cursor: pointer;
}