.text-size-13 { font-size: 13px; }
.text-size-15 { font-size: 15px; }
.text-size-16 { font-size: 16px; }
.text-size-18 { font-size: 18px !important; }
.text-size-22 { font-size: 22px !important; }
.text-size-30 { font-size: 30px; }

.logo {
    margin-top:8% !important;
    margin-bottom:-40px !important;
}
.logo-title {
    color:#eee;
    font-size:18px;
}
.logo-subtitle {
    color:#eee;
    font-size:15px;
}
.custom-row .row {
    margin-left: -5px;
    margin-right: -5px;
}
.custom-row .form-group {
    margin-bottom: 10px;
}
.custom-login-options {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.custom-login-options .icon {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 34px;
    line-height: 56px;
    font-style: normal;
}
.custom-login-options .icon-circle {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
}
.custom-login-options .icon-darkest-filled {
    color: #fff;
    border: none;
    background: #21272f;
}
.login-banner {
    background: rgba(0, 21, 39, 0.75);
}
.login-banner .form-control:not(.note-image-input)[required] + span.required {
    font-size: 18px;
    display: block;
    width: 18px;
    line-height: 1.3;
    color: #FF0000;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
    pointer-events: none;
}
.login-banner .form-control:not(.note-image-input)[required] + span.required:before {
    content: "";
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: rgba(234, 49, 49, 0.24) transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.absolute-msg {
    top: 0px;
    right: 0px;
    width: 400px;
    position: fixed;
    z-index: 999;
    padding-left: 25px;
    opacity: 0.9 !important;
    font-weight: 600;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    border-bottom-left-radius: 70px !important;
}
.login-banner .has-error div.checker span {
    border: 2px solid #cc3300;
    background: #fff;
}
.login-banner .checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -9px;
    margin-top: 4px\9;
}
.login .content .has-error .form-control {
    border: 2px solid #cc3300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
a:hover, a:focus {
    text-decoration: none; 
    outline: none; 
}
.custom-login-options a.icon-circle.fa-facebook:hover {
    color: #fff;
    background: #0956b5;
}
.custom-login-options a.icon-circle.fa-twitter:hover {
    color: #fff;
    background: #28d4f9;
}
.custom-login-options a.icon-circle.fa-google-plus:hover {
    color: #fff;
    background: #f96a23;
}
.login-with-icons {
    margin: 0 auto;
    width: 320px;
    border-bottom: 1px solid #cecece;
    position: relative;
}
.login-with-text {
    width: 100px;
    height: 29px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -50px;
    line-height: 20px;
    padding: 4px;
    background: #cc3300;
}


.index-tab-content {
    width:450px;
    overflow:hidden;
    position:relative;
    margin:40px auto 10px;
    background-color:#eceef1;
}
.tabbable-custom { margin: 0; }
.nav-tabs>li>a, .nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    border: none;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 15px;
}
.tabbable-custom>.nav-tabs>li.active>a { color: #26a1ab; }
.tabbable-custom>.nav-tabs>li.active { border-color: #26a1ab }
.tabbable-custom>.tab-content, .nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {border: none;background-color: #eceef1;}
.tabbable-custom>.nav-tabs>li.active>a:hover { background-color: #eceef1; }
.tabbable-custom>.nav-tabs>li { background-color: #fff; }
.index-tab-content .tabbable-custom>.tab-content {
    padding: 40px 30px 30px;
}
.index-tab-content .content {
    margin: 0;padding: 0;width: 100%;
}
.index-tab-content .content-info {
    display: flex;
    margin-bottom: 25px;
    align-items: center; 
}
.index-tab-content .content-info span i {
    color: #26a1ab;
}
.index-tab-content .content-info span:first-child {
    padding-right: 15px;
}
.index-tab-content .content-info span:nth-child(2) {
    letter-spacing: 1px;
}