﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: FrancoisOne;
    src: url(FrancoisOne.ttf)
}
h1, h2, h3 {
    color: white;
}

body {
    background: url(Images/inicio_tres_alumnos.jpg) fixed center no-repeat !important;
    background-size: cover;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover
}

@media(max-width:900px) {
    #content {
        padding-top: 10px
    }
}

@media(min-width:900px) {
    #content {
        max-width: 500px !important;
        background-color: transparent;
        padding-top: 20vh;
    }
}
.titulo{
    text-align: center;
}

.logo {
    margin-bottom: 30px;
    text-align: center;
    max-width: 65%;
}
#login {
    background-color: rgba(226,225,224,.5);
    border-radius: 5px
}

.jumbotron {
    background-color: rgba(43,43,43,.8)
}

    .jumbotron h1 {
        color: #196049;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -2px;
        padding-bottom: 10px
    }

.banda-aplicacion{
    margin-left: -60px;
    margin-right: -60px;
}

.control-label {
    font-family: FrancoisOne,'Francois One',sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left !important;
}

    .control-label.red {
        color: #8b0000
    }

.span2 {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: none;
    background-color: rgba(255,255,255,1)
}

.linea {
    margin-top: 10px;
    border: 1px solid #fff
}

.btn-primary {
    background-color: #646464;
    color: white;
    border-color: #383838;
}

    .btn-primary:hover {
        background-color: #2E7130;
    }


