
body {
    background-image: url(../img/feztheme/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
}

.main {
    position: relative;
    margin: 0 auto;
    width: 1200px;

}


.logo_nav {
    position: absolute;
    font-size: 22px;
    letter-spacing: 1px;
    width: 100%;
    background-color: white;
    height: 50px;
    box-shadow: 0 2px 4px #00000014;
}

.logo_nav img {
    width: 200px;
    cursor: pointer;
}


.rightBar {
    width: 350px;
    height: 350px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    right: 423px;
    top: 180px;
}

.topText {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 30px;
    font-size: 20px;
    font-weight: bolder;
}


.usernameDiv {
    position: absolute;
    top: 83px;
    left: 38px;
    width: 392px;
    height: 108px;

}

.usernameImg, .passwordImg {
    width: 47px;
    height: 47px;
}

.usernameIpt {
    position: absolute;
    height: 38px;
    width: 218px;
    border-color: #ffffff29;
    font-size: 15px;
    outline: none;
    padding-left: 10px;
    padding-top: 3px;
    z-index: 100;
}

.passwordDiv {
    position: absolute;
    top: 156px;
    left: 38px;
    width: 392px;
    height: 108px;
}

.passwordIpt {
    position: absolute;
    height: 38px;
    width: 218px;
    border-color: #ffffff29;
    font-size: 15px;
    outline: none;
    padding-left: 10px;
    padding-top: 3px;
    z-index: 100;
}

.loginBtnDiv {
    position: absolute;
    top: 83px;
    left: 38px;
    width: 392px;
    height: 108px;
}

.loginBtn {
    position: absolute;
    top: 147px;
    height: 43px;
    width: 282px;
    background: linear-gradient(90deg, #ff5ca0ab,#ff7cb2);
    outline: none;
    padding-left: 10px;
    padding-top: 3px;
    border-radius: 4px;
    color: white;
    font-size: 17px;
    border: 0px;
}

.loginBtn:hover {
    background: linear-gradient(90deg, #ff4290ab,#fe6ba8);
}

.bottomBar {
    position: absolute;
    display: flex;
    top: 309px;
    left: 145px;
    width: 174px;
    font-size: 13px;
    justify-content: space-between;
}

.bottomBar a {
    color: #000000e3;
}