@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);


@media (max-width: 991px){

    #login{
        margin: 0px;
        main-height: 100vh;
    }

    #left{
        padding: 25px;
        box-shadow: -0px -7px 15px #C14C2C inset;
        min-height: 10vh;
    }

    #right-l{
        padding: 50px;
        min-height: 90vh;
    }

    button{
        width: 80%;
    }

    h1{
        margin-top: -20px !important;
    }

    input[type=checkbox] {
        min-height: 28px;
        min-width: 28px;
    }

}

@media (min-width: 991px) and (max-width: 1200px){
    #left{
        padding: 50px;
        box-shadow: -0px -7px 15px #C14C2C inset;
    }

    #right-l{
        padding: 50px;
    }

    #login{
        margin: 0px;
        margin-top: 75px;
        margin-bottom: 75px;
    }

    #username, #password{
        width: 80%;
        margin: auto;
    }

    button{
        width: 70%;
    }

    h1{
        margin-top: -20px !important;
    }

}
@media (max-width:991px)  {
    .container-fluid {
        font-size: 3.2em;
    }
    .sala{
        width: 450px !important;
    }
}

@media (min-width: 1200px){

    #left{
        box-shadow: -6px -0px 10px #074257 inset;
        margin-top: 10px;
        height: 480px;
    }

    #right-l{
        height: 500px;
    }

    #login{
        margin: 0px;
        margin-top: 15vh;
        margin-bottom: 100px;
    }

    #R{
        margin-top: 110px;
        width: 130px !important;
    }

    #username, #password{
        width: 80%;
        margin: auto;
    }

    button{
        width: 60%;
    }

    h1{
        margin-top: 30px !important;
    }

}

body{
    marign: 0px;
    padding: 0px;
    /*background-color: #fdf6ee;*/
}

.container-fluid{
    marign: 0px;
    padding: 0px;
}

.row{
    marign: 0px;
    padding: 0px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#left{
    text-align: center;
    background-color: #0b6586;
    -webkit-box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
    -moz-box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
    box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
}

#right-l{
    background-color: #d4d3d3;
    -webkit-box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
    -moz-box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
    box-shadow: 10px 10px 5px -4px rgb(222, 222, 222);
}

i{
    margin: 0xp;
    padding: 0px;
    font-size: 1.75em;
    color: #fff;
}

h1{
    margin: 0xp;
    padding: 0px;
    margin-bottom: 20px;
    color: #3A3331;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 2.25em;
    text-align: center;
}

h2{
    margin: 0xp;
    padding: 0px;
    margin-top: 0px !important;
    color: #F17D00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: radial-gradient(#fb7e00, #fba600, #FFEB3B);
    font-size: 2.25em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4{
    margin-top: 0px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    color: #fff;
    font-weight: 600;
}

#username span, #password span, button{
    display: block;
}

#username input, #password input{
    width: 100%;
}

button{
    margin: auto;
}

#username span, #password span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 5px;
    margin-top: 20px;
}

#username input, #password input{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 12px;
    border-radius: 0px;
    border: none;
    border-bottom: 3px solid #D8D8D8;
    font-size: 1.25em;
}

#username input:focus, #password input:focus{
    outline: none;
    color: #E55934;
    border-bottom: 3px solid #E55934;
}

button{
    padding: 10px;
    margin-top: 50px;
    background-color: #fff;
    border: none;
    border: 2px solid rgba(0, 0, 0, 0.36);
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    color: #C14C2C;
}

button:hover{
    color: #fff;
    background-color: #E55934;
    border: 2px solid #C14C2C;
    border-radius: 5px;
}

button:focus{
    outline: none;
}

#acct{
    margin-top: 30px;
    color: #C14C2C;
}

#signup-button{
    color: #fff;
    background-color: #E55934;
    border: 2px solid #C14C2C;
    border-radius: 5px;
    margin-top: 10px;
}

#signup-button:hover{
    color: #E55934;
    background-color: #fff;
    border: 2px solid #E55934;
    border-radius: 5px;
}


@media (min-width: 991px){

    #left{
        box-shadow: -6px -0px 10px #074257 inset;
        margin-top: 10px;
        height: 480px;
    }

    #right-l{
        height: 500px;
    }

    #login{
        margin: 0px;
        margin-top: 15vh;
        margin-bottom: 100px;
    }

    #R{
        margin-top: 110px;
        width: 130px !important;
    }

    #username, #password{
        width: 80%;
        margin: auto;
    }

    button{
        width: 60%;
    }

    h1{
        margin-top: 30px !important;
    }

}