/* 
    Created on : Jun 4, 2017, 11:19:47 PM
    Author     : marcio
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/*login page*/

.login-body {
    background-color: #f1f2f7;
}

html {
    height: 100%;
}

#logotipo{
    color: #161616;
    font-weight: 700;
    padding: .9rem 0;
    margin: 0 auto;
    background-image: url("/imagens/land/logoFundoClaro.png");
    background-repeat: no-repeat;
    display: block;
    justify-content: center;
    width: 200px;
    background-size: contain;
    text-indent: -20000pt;
}

body {
    background: url('/login/getImagemIni') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f3f2f8 !important;
    height: 100%;
}

 (max-width: 768px) {
    body {
        background: url('/login/getImagemIni') no-repeat top left fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 768px;
    }
    .page-404 {
        width: 90% !important;
    }
}

.msg {
    padding: 20px;
}

.login-form {
    width: 350px;
    background: #d5d7de;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -175px;
    border: 1px solid #B0B6BE;
    background: rgba(213, 215, 222, 0.9);
    z-index: 1000;
}

.login-form a {
    color: #688a7e !important;
}

.login-form h2.login-form-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #34aadc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.login-form .checkbox {
    margin-bottom: 14px;
}

.login-form .checkbox {
    font-weight: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form select.form-control {
    padding: 0px;
}

.login-form .form-control:focus {
    z-index: 2;
}

.login-form .login-img {
    font-size: 50px;
    font-weight: 300;
}

.login-form .input-group {
    padding-bottom: 15px;
}

.login-form .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0;
}

.login-form .btn {
    border-radius: 0;
}

.login-form .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.login-form p {
    text-align: center;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 300;
}

.login-img3-body .login-form p,
.login-img2-body .login-form p {
    color: #34aadc;
}

.login-form a {
    color: #b6b6b6;
}

.login-form a:hover {
    color: #34aadc;
}

.form .required {
    font-size: 16px;
    color: #00a0df;
}

.login-wrap {
    padding: 20px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float: left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float: left;
}

#loadingWindow {
    position: absolute;
    z-index: 10000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.page-404 {
    margin: 0 auto;
    margin-top: 100px;
    width: 50%;
    background-color: #ffffff;
    border: 1px solid red;
}

#moodleLogin:hover,
#googleLogin:hover,
#facebookLogin:hover {
    background: none;
    font-weight: bold;
    color: #1f1f1f;
}

#moodleLogin {
    background-color: orange;
}

#facebookLogin {
    background-color: blue;
}

#googleLogin {
    background-color: red;
}


/*video de fundo*/

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
}

.header {
    min-height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300
}

#mensagemContainer {
    position: fixed;
    width: 90%;
    top: 50px;
    z-index: 1000;
    left: 5%;
}

a.logo {
    background-repeat: no-repeat;
    text-indent: -10000pt;
    width: 200px;
    height: 43px;
    float: left;
    background-size: inherit;
}

a.logo:hover,
a.logo:focus {
    text-decoration: none;
    outline: none;
}