body {
    margin: 0;
    padding: 0;
    background-color: #6FB3E0!important;
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 14px;
    color: #999;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

h1,h2,h3 {
    font-weight: bold;
    color: #2a2a2a;
    margin: 0;
}

p {
    margin-bottom: 15px;
    color: #999;
}

h1 {
    margin-bottom: 20px;
}

hr {
    border: 1px dashed #eee;
    margin: 20px 0;
}

a {
    text-decoration: none;
}

a.scroll {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.scroll:hover {
    color: #1a1a1a;
}

.add-on {
    width: 10%!important;
}

.cienporc {
    width: 100%!important;
    margin-bottom: 5%;
}

.inputWidth {
    width: 82.5%!important;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: 0px;
}

.login-form,.signup-form,.forgot-pwd {
    background-color: #fff;
    width: 25%;
    height: 80%;
    position: absolute;
    padding: 30px;
    left: 50%;
    top: 5%;
    margin-left: -14.75%;
    margin-right: -15%;
}

#logo-hermes {
    text-align: center;
}

#logorebsol {
    opacity: 0.4;
}

#hermes-version-login {
    padding-top: 10px!important;
    opacity: 0.5!important;
}
.form-wrapper-01 {
    margin: 0;
    padding: 10px 0;
}

.form-wrapper-01 .inputbox {
    border-color: #b5b5b5;
    height: 20px;
    width: 44%;
    outline: none;
    margin-bottom: 10px;
    font-family: inherit;
}

.login-form .form-wrapper-01 .inputbox {
    width: 100%;
}

.form-wrapper-01 a.button {
    background: none repeat scroll 0 0 #14B9D5;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}

.form-wrapper-01 .button:hover {
    background: #0e778a;
}

.form-wrapper-01 a.button > i {
    font-size: 20px;
}

input:-webkit-autofill {
    background-color: #FFF!important;
}

@media screen and (max-width:1200px){
    .inputWidth {
        width: 81%!important;
    }
}

@media screen and (max-width:1100px){
    .inputWidth {
        width: 80%!important;
    }
}

@media screen and (max-width:900px){
    .inputWidth {
        width: 82%!important;
    }

    .login-form, .signup-form, .forgot-pwd {
        width: 35%;
        margin-left: -20%;
        margin-right: -20%;
    }
}

@media screen and (max-width:768px){
    .inputWidth {
        width: 83.5%!important;
    }
    .login-form, .signup-form, .forgot-pwd {
        width: 50%;
        margin-left: -29%;
        margin-right: -29%;
    }
}

@media screen and (max-width:700px){
    .inputWidth {
        width: 83%!important;
    }
}

@media screen and (max-width:600px){
    .login-form, .signup-form, .forgot-pwd {
        width: 92%;
        height: 210%;
        position: absolute;
        padding: 4%;
        left: 0%;
        top: 0%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media screen and (max-width:500px){
    .inputWidth {
        width: 81.5%!important;
    }
}


@media screen and (max-width:480px){
    .inputWidth {
        width: 82.5%!important;
    }

    .login-form, .signup-form, .forgot-pwd {
        width: 92%;
        height: 200%;
        position: absolute;
        padding: 4%;
        left: 0%;
        top: 0%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

/*@media screen and (max-width:400px){
    .login-form, .signup-form, .forgot-pwd {
        width: 83%;
        height: 100%;
        top: 0%;
        padding: 4%;
        margin-left: -49%;
        margin-right: -41%;
    }
}*/

@media screen and (max-width:350px){
    .inputWidth {
        width: 81%!important;
    }

    .login-form, .signup-form, .forgot-pwd {
        width: 80%;
        margin-left: -49%;
        margin-right: -41%;
    }
}

@media screen and (max-width:320px){
    .login-form, .signup-form, .forgot-pwd {
        width: 92%;
        height: 210%;
        position: absolute;
        padding: 4%;
        left: 0%;
        top: 0%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media screen and (max-width:240px){
    .inputWidth {
        width: 78%!important;
    }

    .login-form, .signup-form, .forgot-pwd {
        width: 92%;
        height: 175%;
        position: absolute;
        padding: 4%;
        left: 0%;
        top: 0%;
        margin-left: 0%;
        margin-right: 0%;
    }
}