
/********** LOGIN *************/

.text-on{
    z-index: 9;
    position: absolute;
    margin: 8% 7%;
    color: white;
}

.material-cust-large-button {
    width: 100%;
}

.area-login{
    padding: 10% 48px 40px 40px;
}

.area-login>h2{
    text-align: center;
    font-weight: 400;
    color: #212121;
}

.box-gn7{
    font-family: -webkit-body;
    margin: 0 auto;
    text-align: center;
    padding: 0px 4px 0px 4px;
    margin-bottom: 10px;
}

.btn-login{
    width: 100%;
    margin:16px auto;
    margin-top: 0px;
    display: block;
}


@media screen and (max-width: 600px){
    .area-login {
    padding: 10% 30px 40px 20px;
    }
}





.back-img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.area-formulario {
    background-color: white;
    padding: 10px 43px 94px 43px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.area-login {
    padding: 10% 70px 40px 70px;
    background-color: transparent;
    position: relative;
}
#email-contact {
    background-color: #e9edc1 !important;
    color: #808080;
    resize: none;
    border: 1px solid white;
    padding-bottom: 12px;
    background: url(../images/icon-email.png) no-repeat scroll 0px 0px;
    padding-left: 54px !important;
    padding: 17px;
    font-size: 15px;
    outline: 0;
}
#password-contact {
    background-color: #F3F3F3 !important;
    color: #808080;
    resize: none;
    border: 1px solid white;
    padding-bottom: 12px;
    background: url(../images/icon-password.png) no-repeat scroll 0px 0px;
    padding-left: 54px !important;
    padding: 17px;
    font-size: 15px;
    outline: 0;
}

.title-form {
    font-weight: 300;
    text-align: center;
    font-size: 30px;
}

.contact-log {
    text-align: center;
    margin-top: -8px;
    color: #999999;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 35px;
}

.btn-login {
    width: 100%;
    margin: 16px auto;
    margin-top: 0px;
    display: block;
    margin-top: 20px;
    padding: 8px;
    padding-top: 11px;
    border-radius: 0px !important;
    text-align: right;
    position: absolute;
    min-height: 74px;
    padding-right: 29px;
    font-size: 20px;
    font-weight: 100;
}

.text-on h1 {
    font-size: 49px;
    margin-bottom: -22px;
    font-weight: bolder;
}

.text-on h2 {
    font-size: 36px;
    text-align: left;
    margin-top: 25px;
    font-weight: bolder;
}
.sign-style {
    margin-left: -43px;
    width: 100%;
    margin-top: 26px;
}

.contact-log a {
    text-decoration: none;
    color: #194099;
    font-weight: 300;
}


.contactame{
    background-color: white;
    padding: 43px 43px 94px 43px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 292px;
    position: relative;
}

.close-box{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    color: white;
}
.contact-me{
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    padding-top: 18px;
}
.icon-contact{
        float: left;
    margin-top: -15px;
}

.contact-info{
           margin: 50px 44px;
    color: #999999;
}

.back-dashboard{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;
    margin: 0;
}

.title-welcome{
        font-size: 53px;
    font-weight: bold;
    color: white;
    margin-top: 10%;
    margin-left: 5%;
}

.intro-dashboard{
    font-size: 28px;
    text-transform: uppercase;
    color: #9d9d9f;
    margin-left: 5%;
    font-weight: 900;
}

.message-estade{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -3px !important;
    font-size: 14px;
}

/********** END LOGIN *********/

@media screen and (max-width: 1580px){
    .area-login {
    padding: 10% 30px 40px 20px;
    }
    .contact-info {
    margin: 2px;
    }
}


@media screen and (max-width: 1400px){
    .area-login {
    padding: 10% 30px 40px 20px;
    }
    .contact-info {
    margin-bottom: 41px;
    }
}


@media screen and (max-width: 600px){
    .area-login {
    padding: 10% 30px 40px 20px;
    }
    .contact-info {
    margin: 20px;
    }
}


@media screen and (max-width: 1280px){
    .text-on h2 {
        font-size: 28px;
    }
}
