html, body 
{
    min-height: 100%;
    /*background-color: #f5f5f5;*/
}
.no-padding{
    padding:0 !important;
}
#login-body{
    background-image: url(/img/global/cognilearning_login_bg.jpg);
    background-size: 100% 100%;
    /*background-size: cover;*/ /* Alternative */
    background-repeat: no-repeat;
}
.mobile-logo-wrapper{
    display:none;
}
.main.container 
{
    min-height: 74%;
}
.footer {
    background-color: #dd001f;
    border-color:#dd001f;
    border-radius:0;
    color:white;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;

}
.footer a{
    color:white;
}
.txt-points{color:#37abda !important}
.pt-20{padding-top:20px}
.ml-100{
	margin-left: 100px;
}
.desktop-login-logo-wrapper{
    padding:10px;
}
.form-login .modal{
    overflow-y: hidden;
	position: relative;
	margin-top: 5%;
    display:block;
}
.form-login .login-custom-content{
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.form-horizontal .radio, 
.form-horizontal .checkbox{
    min-height:40px;
    margin-top:-20px;
}
label.control-label{
	line-height: 30px;
}
.upper-wrap-config{
    height:600px;
    position:relative;
}

.btn-primary{
    background-color:#dd001f;
    border-color:#dd001f;
}
.btn-position-right{
    float:right;
}
#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.navbar{
   background-color:transparent !important ;
   border-color:transparent !important ;
}
.navbar-brand{
    clear:both;
    position:absolute;
    left:42%;
}
.footer{
    opacity: 1 !important;

}

.brand.unasdom{
    padding:0 50px 0 5px;
    line-height:37px;
    font-size:1.4em;
}
.navbar-inverse .brand.unasdom{
    color:#999;
}
.navbar-inverse .brand.unasdom:hover,.navbar-inverse .brand.unasdom:active{
    color: #fff;   
}
.mt-42{margin-top:42px}
.h-30{height:30px}

.modal-header h3 {
    margin: 0;
    line-height: auto;
}

.modal.login-modal 
{
    display: block;
    overflow-y: visible;
}
.modal.login-modal .modal-footer .btn{
    float:left;
}
.modal-content {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
    border: 1px solid #e5e5e5;
}


.wrap-login-custom{

    min-height:80% !important;

}


.modal-header > h3 {

    color:#797979;

}
.modal-footer .list-languages{
    float:left;
    width:auto;
    text-align:left;
}
.modal-footer .list-languages img{
    width:33%;
}
.modal-notice{
    text-align:justify;
    padding:10px;
}
.panel-footer{
    padding-bottom:50px;
}
.panel-footer span.error{
    color:red;
    font-weight:bold;
}


form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black !important;
    


}

form input:-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black !important;
}
.form-horizontal .moz-arrow{
    display:none;
}
.form-horizontal .control-label{
    font-size: 14px;
    line-height: 1.428571429;
    color: #75889E;
    font-weight:normal;
}

.form-horizontal .radio{
    padding-left:0px;
}
.form-horizontal .radio .help-block{
    clear: both;
    margin-left: -20px;
    padding-top: 10px;
}
.form-horizontal .radio > div{
    margin-top:18px;
    margin-bottom:18px;
}
.form-horizontal .radio label{
    margin-top:12px;
}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #75889E;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;  
}
.radio-custom-container{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    background-image: url(/img/global/checkbox.png);
    background-position: -120px 0;
    background-repeat: no-repeat;
}
.checkbox-custom input[type="checkbox"], 
.radio-custom input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.radio-custom input[type="radio"]:checked ~ .radio-custom-container {
    background-position: -168px 0;
}
.external-subscription .form-group{
    margin-bottom:0px;
}
.external-subscription hr{
    margin-top: 5px;
}

.fa-asterisk:before {
    content: " *";
    font-size:36px;
}
@media screen and (min-width: 980px) {

    .txt-container{
        padding-top: 20px;
    }

}
@media screen and (max-width: 1025px) {
    .form-login .modal{
        margin-top:-4%;
    }
    .desktop-login-logo-wrapper img{
        width:30%;
    }
    .desktop-login-logo-wrapper{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 979px) {

    .txt-container{
        padding-top: 20px;
    }

    #stats{
    
        left:80%;
        top:70%;

    }

    #tools{
        
        top:20%;
        left:5%;

    }

    #security{
        width:10%;
        left:25%;
        top:10%;

    }

    #brain{
    
        left:80%;
        top:60%;


    }

    #multimedia{
    
    
        top:70%;
        left:2%;

    }


    #knowledge{
    
        left:5%;

    }

    #target{
    
        left:80%;
        top:8%;

    }

}

@media screen and (max-width: 768px) {
    #login-body{
        background:none;
    }
    .form-login .login-custom-content{
        margin:10px;
    }
    .form-login .modal{
        top: 0;
        right: 0;
        left: 0;
        margin-top:0%;
    }
    .desktop-login-logo-wrapper{
        display:none;
    }
    .mobile-logo-wrapper{
        display:block;
        text-align:center;
        margin-top:2%;
    }
    .mobile-logo-wrapper img{
        max-width:100%;
    }
    .upper-wrap-config{
        height:auto;
    }
    #wrap{
        margin-bottom: 0px;
    }

    #logoFooter{
        width: 100%;
        margin: 0 auto;
    }

    .txt-container p.pull-right{
        text-align: right;
    }

    .modal-header h3{
        font-size:12px;
        padding-bottom:10px;
        height: 2em;
        line-height: 2em;
    }
    .modal-footer{
        padding:10px;
    }
    #brain, #multimedia, #knowledge, #target, #tools, #stats, #security  {
        display:none;
    }
    .modal-footer .list-languages{
        width:15%;
        margin-top:5px;
    }
    .modal-footer .list-languages img{
        width:35%;
    }
    .navbar-brand{
        width:40%;
        left:30%;
    }
    .btn{
        padding:6px 5px;
    }

   
@media screen and (max-width: 375px) {
    .form-login .modal .btn {
        font-size: 12px;
    }


    #brain, #multimedia, #knowledge, #target, #tools, #stats, #security  {
        display:none;
    }

    .navbar-brand{

    
    width:60%;
    left:22%;
    }
    
}
