#main-content,#login-content{
    background-color: #fff;
}

.span-required{color: red;}

.hoe-left-header {
    background-color: #fff;
}

.hoe-right-header .right-navbar.socials li a {
    background-color:rgb(69, 117, 255);
}
.select2-container .select2-selection--single{
    height: 33px;
    padding-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px;
}
.select2-container{
    margin-top: 3px;
}
.padding-top-12per{
    padding-top: 12%;

}
.padding-top-8per{
    padding-top: 8%;
}
.padding-0{
    padding: 0;
}
.border-0{
    border: 0 !important;
}
#yw0 .select2-container{
    width: 100% !important;
}
.center {
    text-align: center;
}
.theme-red{
    color: rgb(195, 33, 38);
}
.theme-red-bk{
    background-color: rgb(195, 33, 38);
    border-color: rgb(195, 33, 38);
}
.theme-red-bk:hover{
    background-color: rgb(195, 33, 38);
    border-color:  rgb(195, 33, 38);
}
.theme-blue{
    color: rgb(13, 113, 225);
}
.theme-blue-bk{
    background-color: rgb(13, 113, 225);
    border-color: rgb(13, 113, 225);
}
.theme-blue-bk:hover{
    background-color: rgb(13, 113, 225);
    border-color:  rgb(13, 113, 225);
}
.btn-theme-blue {
    background-color: rgb(13, 113, 225);
    color: #fff;
}
.btn-login{
    font-size: 16pt;
    padding: 0;
    width: 100%;
    height: 34px;
    transition: all 200ms ease-in 0s;

}
.padding-l-2per{
    padding-left: 2%;
}