/***************************************************************
    Universal tool classes
***************************************************************/
.gap-5{
    padding-left: 5px;
    padding-right: 5px;
}
.gap-5 .btn-white.btn-lg-100{
    padding-left: 5px;
    padding-right: 5px;
}
.no-underline,
.no-underline:focus,
.no-underline:active,
.no-underline:hover {
    text-decoration: none;
}
.font-size-12{
    font-size:12px;
}
.top-0{
    top:0px !important;
}
.top-50{
    top:50px;
}
.margin-10 {
    margin: 10px;
}
.margin-top {
    margin-top: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-0 {
    margin-top: 0 ;
}
.margin-top-5 {
    margin-top: 5px;
}

.margin-top-0-important {
    margin-top: 0 !important ;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-left-2 {
    margin-left: 2px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-right-5{
    margin-right:5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-right-40 {
    margin-right:40px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-top {
    padding-top: 20px;
}
.padding-top-0 {
    padding-top: 0px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-60{
    padding-top: 60px;
}
.padding-bottom {
    padding-bottom: 20px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-0{
    padding-bottom: 0;
}
.padding-left {
    padding-left: 20px;
}
.padding-left-5{
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-40{
    padding-left: 40px!important;
}
.padding-left-25{
    padding-left: 25px!important;
}
.padding-left-0 {
    padding-left: 0!important;
}
.padding-right {
    padding-right: 20px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-right-5{
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.no-left-padding {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.no-text-transform{
    text-transform: none!important;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}
.image-100{
    width:100%;
    height:auto;
}
.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no-overflow{
    overflow: hidden;
}

.display-inline { display: inline; }
.display-inline-block { display: inline-block; }

.no-padding{
    padding:0px !important;
}
.btn-blue{
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
}
.btn-relative{
    position: relative !important;
    width: auto;
    display: inline-block;
    padding: 10px;
}
.btn, .btn:focus, .btn:active, .btn:active:focus, input[type=submit], input[type=submit]:active, input[type=submit]:focus {
    outline: none;
}

.errorTxt #result{
    color:white;
    padding:2px 10px;
}
.btn-white{
    background-color: #fff;
    color: #0a60a3;
    border: 1px solid #0e4c92;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    bottom:0px;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", sans-serif;

}
img{
    width: auto;
    max-width: 100%;
}
input[type=button].btn-blue{
    outline: none;
    box-shadow: none;
    border: none;
    padding: 10px;
}
.btn-white:hover{
    background-color: #0e4c92;
    color: #fff;
}
.no-underline:hover{
    text-decoration: none;
}
.logo-login{
    text-align: center;
    margin-top:0px;
    margin-bottom: 10px;
}
.formular-login input {
    width: 100%;
    padding: 7px;
    margin-top: 25px;
    border: none;
    border-bottom:1px solid #757575;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.formular-login input:-webkit-autofill {
    background-color: transparent !important;
}
.formular-login input[type=submit]{
    border: none;
    outline: none;
    box-shadow: none;
    padding: 9px;
    margin-top: 20px;
    font-size: 15px;
}
/* material-like input buttons */
.material-input-group {
    position: relative;
}
.material-label {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-input-group input {
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #e2e2e2;
}
.material-input-group input:focus {
    outline: none;
}
.material-input-group input:focus ~ .material-label {
    top: -20px;
    font-size: 12px;
}
.material-input-group input:valid ~ .material-label {
    top: -20px;
    font-size: 12px;
}
.material-input-group input:-webkit-autofill ~ .material-label {
    top: -20px;
    font-size: 12px;
}
.material-input-group.input-filled .material-label {
    top: -20px;
    font-size: 12px;
}
.material-bar {
    position: relative;
    display: block;
    width: 100%;
}
.material-bar:before, .material-bar:after 	{
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.material-bar:before {
    left: 50%;
}
.material-bar:after {
    right: 50%;
}

/* active state */
.material-input-group input:focus ~ .material-bar:before, .material-input-group input:focus ~ .material-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.material-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.material-input-group input:focus ~ .material-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background: #5264AE; }
    to 	{ width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background: #5264AE; }
    to 	{ width: 0; background: transparent; }
}
@keyframes inputHighlighter {
    from { background: #5264AE; }
    to 	{ width: 0; background: transparent; }
}
#LogIn1 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#LogIn1:focus, #LogIn1:active {
    box-shadow: none;
}
.login-btn .btn-blue{
    position: relative;
    margin-top:20px;
}
.formular-login form{
    width:30%;
    margin-left:auto;
    margin-right: auto;
    display: block;
}
.keep-logged-in {
    line-height: 1;
    margin-left: 3px;
}
.line-height-1 {
    line-height: 1;
}
.support-box{
    margin-bottom: 10px;
}

.logo-login img{
    width: auto;
    max-width: 100%;
}

.login-body{
    height: 100%;
}
.login-html{
    height:100%;
}
.social-login-label {
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.social-login-label span {
    display: inline-block;
    position: relative;
}
.social-login-label span {
    display: inline-block;
    position: relative;
}
.social-login-label span:before,
.social-login-label span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #cdcdcd;
    top: 8px;
    width: 100%;
}
.social-login-label span:before {
    right: 100%;
    margin-right: 10px;
}
.social-login-label span:after {
    left: 100%;
    margin-left: 10px;
}
.carousel,
.item,
.active {
    height: 100%;
    padding-top: 0px !important;
    background-color: transparent
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
}
.carousel-indicators{
    display: none;
}


#login .container-login{
    position: absolute;
    top:50px;
    width: 100%;
}

#register .container-reg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.agree{
    font-size: 12px;
}
.formular-login .checkbox input{
    margin-top:2px;
}

#register .logo-login{
    margin-bottom: 0;
}
.rg-back{
    margin-top:10px;
}
.or-log{
    margin-top:10px;
}
.facebook-icon{
    background-color: #0E4C92;
}
.social-login-button {
    text-align: center;
    border: 2px solid #dedede;
    margin: 0 4px;
    padding: 8px 4px;
}
.social-login-button span {
    font-size: 12px;
    margin-left: 5px;
}
#register{
    color:#5b5b5b;
}
.socials-login{
    margin-top:-10px;
}
.login-footer-list{
    list-style: none;
    text-align: right;
    float: right;
}
.login-footer-list li{
    float: left;
    margin-left:5px;
}
.login-footer-text{
    text-align: right;
}
.footer-login{
    margin-top:30px;
    margin-bottom: 20px;
    position: initial;
    bottom: 0px;
}
.footer-login-relative{
    position: relative;
}
.footer-login img{
    margin-top:5px;
}

.logo-container{
    margin-top:20px;
}
.check-reg2 input{
    margin-top: 3px;
    margin-right: 5px;
    margin-left: 0px;
}
.socials-login i{
    font-size: 16px;
    margin-right: 5px;
}
.error-login{
    font-size: 10px;
    /* margin-bottom: -11px; */
    position: absolute;
    color: #C20606;
}
.footer-login{
    margin-bottom: 0px;
    background-color: #0E4C92;
    margin-top: 20px;
    padding: 12px 0px;
    text-align: center;
}
#register .btn-blue{
    border-radius:3px;
}
.logo-container{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.btn-blue { font-weight: normal; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.btn-blue:hover { background: #216EC5; }
.title-content-head,
.title-content b { font-size: 16px; }

div#loading {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    z-index: 999999;
}
div#loading > img {
    position: absolute;
    top: 40%;
    left: calc(50% - 15.5px);
}
.errorTxt{
    color:red;
    font-size: 12px;
}
input[type=radio],
input[type=checkbox]{
    width:15px;
    margin-top: 0px;
}
a.footer {
    color: white!important;
}
.powerd img {
    width: 120px;
    margin-left: 10px;
}
div.password-forgot #registerbox{
    display: block;
}
div.password-forgot #loginbox {
    display: none;
}
input.link-display{
    letter-spacing: 2px;
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #3368A3;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    border: none;
}
input.link-display:hover{
    text-decoration: underline;
}
input.link-display:active{
    color: #3c7abe;
}
.linkedin-link{
    color: white;
    font-size: 14px;
}
.footer-desktop{
    margin-top:40px;
}
.footer-simple img{
    margin: 0 auto 10px auto;
    display: block;
    width: 135px;
}
a.footer-simple{
    color:#5d5d5d;
    font-weight: 600;
}
.welcome-title {
    color: #333;
    margin-bottom: 5px;
}
.login-container {
    background: rgba(255,255,255,0.98);
    padding: 4% 3%;
    padding-top: 10px;
    height: 100%;
}
.not-member {
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
}
.register-button {
    text-align: center;
    border: 2px solid #dedede;
    padding: 8px 4px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.separator-50 {
    display: block;
    height: 50px;
}
@media (max-width: 768px){
    .login-body .fill{
        display: none;
    }
}
