body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 100vh;
    background-color: #1b1f45;
    margin: 0 20px;
}

.login-container {
    border-radius: 8px;
    width: 100%;
    height: 100vh;
}

h1 {
    margin-bottom: 20px;
    color: #333;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.login_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}
.subBtn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #a1dbf5;
    color: #2d326c;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding-left: 14px;
    padding-right: 14px;
}
.regBtn {
    background: none;
    color: #05d2e1;
}
.login_btns_reg {
    text-align: center;
    margin-top: 20px;
}
input[type="submit"]:hover {
    background-color: #0056b3;
}

.signup-link {
    margin-top: 20px;
    color: red;
    text-decoration: none;
    font-size: 14px;
}

.signup-link:hover {
    text-decoration: underline;
}
.head {
    position: relative;
    top: 15%;
    text-align: center;
    width: 100%;
    color: #fff;
}
.headTitle {
    font-family: FuturaBT-Bold;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.headLTitle {
    margin-top: 10px;
    font-family: FuturaBT-Book;
    color: #fff;
    font-size: 13px;
}
.tab-to {
    background: #fff;
    border-radius: 22px;
    display: flex;
    padding: 4px;
    text-align: center;
    margin-bottom: 30px;
    flex: 1;
}
.tab-to div {
    flex: 1;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-family: FuturaBT-Medium;    
}
.tab-to .active {
    font-family: FuturaBT-Bold;
    font-weight: 700;
    color: #fff;
    background: #202734;
    flex: 1;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-family: FuturaBT-Medium;    
    color: #fff;
    font-size: 14px;
}
.tab-to a {
    display: contents;
}
.item_head {
    margin-bottom: 15px;
}
.item_cont {
    display: flex;
    border-radius: 10px;
}
.item_cont .fix {
    display: inline-block;
    height: 27px;
    line-height: 27px;
}
.item_cont_fix {
    border-radius: 10px;
    padding: 10px;
}
.item_cont_fix .mobile {
    border: 0;
}
.item_cont {
    background: rgb(61, 66, 119);
}
.item_cont input {
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding-left: 16px;
    height: 27px;
    line-height: 27px;
    background: rgb(61, 66, 119);
}
.login_content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #2d326c;
    border-radius: 8px;
    position: relative;
    z-index: 50;
    top: 50%;
    transform: translateY(-60%);
    color: #fff;
}
.login_content_item {
    margin-bottom: 10px;
}
.item_cont .username {
    padding-left: 10px;
}
.wjmm {
    margin-top: 15px;
    text-align: right;
}
.downapp {
    width: 50%;
    height: 41px;
    line-height: 39px;
    border-radius: 416px;
    text-align: center;
    font-size: 14px;
    color: #06826c;
    box-sizing: border-box;
    margin: 33px 25%;
    font-weight: 400;
    font-family: MuseoSans_100;
}