﻿
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.OTF') format('opentype');
}

body {
    margin: 0;
    background-image: url('../Imagenes/FondoLogin.png');
}

.imgFondo {
    position: fixed;
    z-index: -1;
    height: 0;
    padding: 50vh 50vw;
    background: url('../Imagenes/123.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

h2, h3, h4, p{
    color:#333333;
    font-family: 'Montserrat-Regular';
}


 label{
     color:white;
 }


a{
    font-size:12px;
    color:white;
}


.botones {
    margin-top: 0%;
    background-color: #d0731d;
    color: white;
    width: 100%;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

#btnRegistrar {
    margin-top: 0%;
    background-color: #d0731d;
    color: white;
    width: 100%;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}



