﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background: -webkit-linear-gradient(13deg, rgb(188, 132, 116) 0%, rgb(218, 193, 178) 28%, rgb(212, 201, 226) 55%, rgb(196, 186, 238) 100%);
    background: -o-linear-gradient(13deg, rgb(188, 132, 116) 0%, rgb(218, 193, 178) 28%, rgb(212, 201, 226) 55%, rgb(196, 186, 238) 100%);
    background: -ms-linear-gradient(13deg, rgb(188, 132, 116) 0%, rgb(218, 193, 178) 28%, rgb(212, 201, 226) 55%, rgb(196, 186, 238) 100%);
    background: -moz-linear-gradient(13deg, rgb(188, 132, 116) 0%, rgb(218, 193, 178) 28%, rgb(212, 201, 226) 55%, rgb(196, 186, 238) 100%);
    background: linear-gradient(13deg, rgb(188, 132, 116) 0%, rgb(218, 193, 178) 28%, rgb(212, 201, 226) 55%, rgb(196, 186, 238) 100%);
    background: url(images/bg.jpg) no-repeat left top fixed;
    background-size: 100% 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333333 !important;
}

.login-form {
    position: fixed;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -51%);
    -ms-transform: translate(-50%, -50%);
    max-width: 400px;
    width: 400px;
}

.form-control {
    height: 40px !important;
    margin-bottom: 1px !important;
    font-size: 13.5px;
    font-weight: 400;
    padding: 7px 12px 5px;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none !important;
    border-radius: 2px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
    }

label {
    color: #333333;
}

.form-signin input {
    padding-left: 49px;
}

input {
    padding-left: 40px;
}

.btn-tempo {
    width: 100%;
    background-color: transparent;
    border-radius: 4px !important;
    border-color: rgba(83,83,83,.6) !important;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 13.5px;
    transition: all 0.5s ease 0s;
    padding: 9px 16px 9px !important;
}

    .btn-tempo:hover, .btn-tempo:focus, .btn-tempo:active {
        background-color: rgba(255,255,255,.3) !important;
        border-color: #535353 !important;
        color: #333 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        outline: none !important;
    }

.input-icon {
    margin-left: 11px;
    margin-top: 9px;
    position: absolute;
    z-index: 2;
    font-size: 21px !important;
    color: #333333;
}

.error-msg {
    text-align: left !important;
    color: #ff0000 !important;
    clear: both;
    margin-top: 10px;
}

.validation-error {
    display: block;
    float: left;
    width: 100%;
}

.validation-summary-errors ul {
    padding-left: 0 !important;
}

    .validation-summary-errors ul li {
        color: #ff0000 !important;
        list-style: none;
    }

/*===Check button*/
.footer {
    height: 18px;
    font-size: 11px;
    text-align: center;
    /* Stick To Bottom */
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1;
    color: #fff;
    opacity: .7;
    bottom: 0 !important;
    height: auto !important;
    padding: 10px 0 !important;
    clear: both;
}

@media only screen and (max-width: 440px) {
    .login-form {
        /*max-width: 242px;*/
        width: 90%;
    }
}


/***FROM BOOTSTRAP.MIN.CSS */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}*/

.text-muted {
    color: #777;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
