﻿#legios-landing {
    background-size: cover;
}

.landing-container {
    margin-top: 100px !important;
}

.colegio-nombre {
    clear: both;
    font-weight: bold;
    font-size: 18px;
    color: #ffc100;
    padding: 10px 5px 5px 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #092d5f;
}

.legios-form {
    background: white;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    border: none;
}

.legios-header {
    padding: 0px 5px !important;
    height: 50px;
}

.legios-logo {
 
}

.landing-header {
    background: #245ba1;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
}

.landing-header-pattern {
    background: url(../images/bg-pattern.svg) center center repeat;
    width: 100%;
    height: 100%;
}

.legios-logo-container {
    text-align: center;
    margin: -20px 0 30px 0;
}
