﻿body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main {
    height: 100vh;
    min-width: 100vw;
    max-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: lightblue;
    flex: 1;
    background: rgba(9, 62, 116, 1), url('../../../../images/img.estudio.jpg');
    background: -moz-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 100%), url('../../../../images/img.estudio.jpg');
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 62, 116, 1))), url('../../../../images/img.estudio.jpg');
    background: -webkit-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 100%), url('../../../../images/img.estudio.jpg');
    background: -o-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 100%), url('../../../../images/img.estudio.jpg');
    background: -ms-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 100%), url('../../../../images/img.estudio.jpg');
    background: linear-gradient(to bottom, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 100%), url('../../../../images/img.estudio.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f2', endColorstr='#fffafa', GradientType=0 ), url('../../../../images/img.estudio.jpg'); 
    
    background-size: cover;
    background-repeat: no-repeat;
}

    #main .col-md-offset-4 {
        margin-left: 0px;
        -webkit-box-shadow: 2px 15px 48px -5px rgba(0,0,0,0.33);
        -moz-box-shadow: 2px 15px 48px -5px rgba(0,0,0,0.33);
        box-shadow: 2px 15px 48px -5px rgba(0,0,0,0.33);
        border-radius: 10px;
    }

    #main h4 {
        margin-bottom: 20px;
    }

h1, h2, h3, h4, h5 {
    font-weight: 400;
    color: gray;
}

img#logo {
    height: 80px;
}

div#login {
    background: rgba(255, 255, 255, 0.7);
    padding: 50px 0px;
}

.form-control {
    border-radius: 5px;
    text-align: center;
}

.validation-summary-errors {
    background-color: #E26569;
    border-radius: 0px;
    padding: 10px;
    margin: 20px 40px;
    color: white;
}

    .validation-summary-errors ul {
        margin-top: 10px;
        list-style-type: none;
    }

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left: -20px;
    border: solid 1px gray;
}