﻿header {
    height: 170px;
}

.logoSis {
    height: 120px;
}

.logosGob {
    height: 100px;
}

.mtb-20 {
    padding-top: 10px;
    margin-top: 10px;
}

.box-signin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 50px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

.form-signin-heading {
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


button{
    margin-top:20px;
}

small {
    color: #dc3545;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #0c3e83, #0c3e83 12.5%, #0068af 12.5%, #0068af 25%, #00abb4 25%, #00abb4 37.5%, #26a43e 37.5%, #26a43e 50%, #ffd200 50%, #ffd200 62.5%, #ee7b17 62.5%, #ee7b17 75%, #e2011b 75%, #e2011b 87.5%, #d4096e 87.5%, #d4096e);
    background-image: -moz-linear-gradient(left, #0c3e83, #0c3e83 12.5%, #0068af 12.5%, #0068af 25%, #00abb4 25%, #00abb4 37.5%, #26a43e 37.5%, #26a43e 50%, #ffd200 50%, #ffd200 62.5%, #ee7b17 62.5%, #ee7b17 75%, #e2011b 75%, #e2011b 87.5%, #d4096e 87.5%, #d4096e);
    background-image: -o-linear-gradient(left, #0c3e83, #0c3e83 12.5%, #0068af 12.5%, #0068af 25%, #00abb4 25%, #00abb4 37.5%, #26a43e 37.5%, #26a43e 50%, #ffd200 50%, #ffd200 62.5%, #ee7b17 62.5%, #ee7b17 75%, #e2011b 75%, #e2011b 87.5%, #d4096e 87.5%, #d4096e);
    background-image: linear-gradient(to right, #0c3e83, #0c3e83 12.5%, #0068af 12.5%, #0068af 25%, #00abb4 25%, #00abb4 37.5%, #26a43e 37.5%, #26a43e 50%, #ffd200 50%, #ffd200 62.5%, #ee7b17 62.5%, #ee7b17 75%, #e2011b 75%, #e2011b 87.5%, #d4096e 87.5%, #d4096e);
}

.invalid-feedback {
    margin-top: 0;
}
