.one, .two, .three{
    float:left; 
    padding:10px 50px; 
    background:#CCC; 
    margin:0px -35px 0 0; 
    cursor:pointer;
    border-radius: 50px;
}

 .two_cont, .three_cont{
    display:none;
}

.clear{
    clear:both;
}

.login-tabs .active{
    background:#17144c;
    color: #fff;
    z-index: 1;
}

.login-tabs{
    display: flex;
    width: 100%;
    float: left;
    place-content: center;
}

.uss-bg-primary{
    background-color: #17144c;
}

.uss-bg-info{
    background-color: #6ecace;
}

.uss-text-primary{
    color: #17144c;
}
.uss-text-info{
    color: #6ecace;
}

.text-dark01 {
    color: #000;
}

.block-title {    
    letter-spacing: -2px;
    font-weight: 600;
    font-size: 50px;
}

.block-subTitle {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -1.5px;
}

.login-page01 .auth-form{
    font-size: 16px;
}

.login-page01 .auth-form .custom-checkbox .custom-control-input{
    width: 15px;
    float: left;
    height: auto;
}

.login-page01 .auth-form .custom-checkbox .custom-control-label{
    margin-left: 5px;
    font-weight: 500;
}

.login-page01 .auth-form .btn-block{
    width: 100%;
    border-radius: 50px;
}

.login-page01 .auth-form .btn-block:hover{
    background-color: #181460;
}

label{
    font-family: 'Cinzel', serif!important;
}