
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(http://registro.usac.edu.gt/inscripcion_peg/iconos/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://registro.usac.edu.gt/inscripcion_peg/iconos/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://registro.usac.edu.gt/inscripcion_peg/iconos/MaterialIcons-Regular.woff) format('woff'),
    url(https://registro.usac.edu.gt/inscripcion_peg/iconos/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';


}

.fondo_registro{

    background-image: url("../images/logoryefondo.jpg");

}

.fondo_rye{
    background-color: #1e3670 ;
    color: white;
    padding: 15px;
}

.fondo_rye a{
    background-color: #1e3670 ;
    color: white;
    padding: 15px;
}



.minh-100 {
    height: 100vh;
}

i.right {
    float: right;
    margin-left: 15px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.texto-rye
{
    color:#1e3670;
}s

.nav
{
    background-color:#1e3670;
    color: white;

}

.panel-warning {

    border-color: #072e4f;
    border-width: medium;

}



.btn-primary{
    background-color:#1e3670;;
    color: white;
    border-color:#1e3670; ;
}

.btn-primary:hover{
    background-color:#748AA8;;
    color: white;
    border-color:#748AA8; ;
}

.error
{
    color: #dc3545;
}

.right-align {

    text-align: right;
    float: right;
    vertical-align: middle !important;
}

.fondo_actualiza
{
    background-color: rgba(0, 0, 0, 0.03);
}

.advertencia-fondo{

    background-color: #ffc107 !important;

}

.cuadro_advertencia
{
    border-color: #ffc107 ;
    border-width: medium;
}

.tabla_advertencia
{
    border: #ffc107 5px solid;
}
