﻿  body, * {
    padding: 0;
    margin: 0;
    font-family: "Open Sans","Segoe UI","HelveticaNeue-Light",sans-serif;
}
.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   *zoom: 1;
}
.main {
    /*background-color: #21252B;*/
    color:#a0a3a5;
    /*color: #CBCFD2;*/
}

.login-box {
    max-width: 450px;
    /*background-color: #33373E;*/
    background-color: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    border-radius:3px;
    
}
.login-box form {
    padding:40px;
}
.login-logo {
    text-align:center;
    /*padding-top:20px;*/
}
.login-logo img{
    width:200px;
}
.login-title {
    margin-top:30px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
}

.login-form {
}

.login-form input[type=text] {
    
    background-color: #e8e8e8;
    color: #666;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    /* color: var(--hos-light-grey); */
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color .15s ease-in-out;
    margin-top:20px;
}

.login-form input[type=password] {
    
   background-color: #e8e8e8;
    color: #666;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    /* color: var(--hos-light-grey); */
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color .15s ease-in-out;

    margin-top:30px;
    
}

.login-form input[type=submit] {
    color:white;
    background-color: #1b95ec;
    margin: 20px auto 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    outline: 0;
   border:none;
   border-radius:3px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3333333;
}

.login-remember {
    float:left;
   
}

.login-forgot {
    float:right;
     
}
.login-forgot a {
    color: #5daef2;
    text-decoration: none;
    font-weight: bold;  
}
.login-interno {
    padding-top: 20px;
}

@media only screen and (min-width: 550px){
   .login-interno {
        padding-top: 120px;
    }
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill
{
 -webkit-text-fill-color: black !important;
}