@font-face {
    font-family: 'magallanes';
    src: url('../fonts/MagallanesRegular.otf') format('opentype');
    src: url('../fonts/MagallanesRegular.otf') format('opentype'),
        url('../fonts/MagallanesRegular-Italic.otf') format('opentype'),
        url('../fonts/MagallanesLight.otf') format('opentype'),
        url('../fonts/MagallanesLight-Italic.otf') format('opentype'),
        url('../fonts/MagallanesExtraLight.otf') format('opentype'),
        url('../fonts/MagallanesExtraLight-Italic.otf') format('opentype'),
        url('../fonts/MagallanesExtraBold-Italic.otf') format('opentype'),
        url('../fonts/MagallanesBold.otf') format('opentype'),
        url('../fonts/MagallanesBold-Italic.otf') format('opentype'),
        url('../fonts/MagallanesBlack.otf') format('opentype'),
        url('../fonts/MagallanesBlack-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MagallanesMedium';
    src: url('../fonts/MagallanesMedium.otf') format('opentype');
    font-weight: medium;
    font-style: medium;
}
@font-face {
    font-family: 'magallanesBold';
    src: url('../fonts/MagallanesBold.otf') format('opentype');
    src: url('../fonts/MagallanesBold.otf') format('opentype'),
        url('../fonts/MagallanesBold.otf') format('opentype'),
        url('../fonts/MagallanesExtraBold-Italic.otf') format('opentype'),
        url('../fonts/MagallanesBold-Italic.otf') format('opentype'),;
    font-weight: bold;
    font-style: bold;
}
h2 {
    color:#666;
}
body {
    font-family: "magallanes";
    background: url("../images/Imagen fondo flotilla.jpg") ;
    background-size: cover;
    margin: 0;
    padding: o;
    color:#fff;
}
label {
    color: rgb(133, 133, 133);
}
#logo {
    width: 15rem;
    margin-top: 2rem;
}
form {
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.cont-g{
    margin-top: 8%;
}
.img-login {
    /*background: url("../images/Facturacion.png");*/
    background: url("../images/Flotilla.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px;
    height: 100%;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 630pxpx;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
}
.contenedor-head {
    height: inherit;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contenedor-head h1 {
    font-family: 'magallanesBold';
    font-size: 4.8rem !important;
}
.contenedor-head span {
    font-family: 'Magallanes';
    font-size: 3.8rem !important;
}
.contenedor-form {
    background-color: #fff;
    padding: 40px;
    height: 60vh;
    max-height: 496px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
}

.login__field {
	position: relative;	
}
.datos {
    color: #fff;
    margin-bottom: 5px;
}
.login__icon {
    margin-top: 4px;
    width: 12px;
	position: absolute;
	top: 10px;
	color: #7875B5;
}

.login__input {
    border: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 100%;
    margin-left: -10px;
    border-radius: 25px;
    transition: .2s;
}
.login__input::placeholder {
    color: rgb(175, 175, 175);
  }

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-color: #6A679E;
}

.selector {
    padding: 10px 0;
    margin-left: -8px;
    color: #707070;
    width: 100%;
    border: 2px solid #d1d1d1;
}

.botones {
    /*background: -prefix-linear-gradient(left top, #c4481f, #e48a3c);
    background: linear-gradient(to bottom right, #c4481f, #e48a3c);*/
    background: -prefix-linear-gradient(left top, #44863c, #99d288 );
    background: linear-gradient(to bottom right, #44863c , #99d288 );
    color: #fff;
    border: 0;
    padding: 5px 0;
    width: 90%;
    border-radius: 30px;
}
.flotillas {
    padding: 0 90px;
}
.flotillas h2{
    text-align: center;
}
.error2 {
    color: #e00f0f;
}
.datos .error2 {
    font-size: .8rem;
}
@media only screen and (max-width:990px){
    .flotillas {
        padding: 0 40px;
    }
    .contenedor-head h1 {
        font-family: 'magallanesBold';
        font-size: 3.8rem !important;
    }
    .contenedor-head span {
        font-family: 'Magallanes';
        font-size: 2.8rem !important;
    }
    .img-login {
        -webkit-border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .contenedor-form {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        height: 50vh;
        max-height: 800px;
    }
}
@media only screen and (max-width:780px){
    .flotillas {
        padding: 0 30px;
    }
    .contenedor-head h1 {
        font-family: 'magallanesBold';
        font-size: 3.2rem !important;
    }
    .contenedor-head span {
        font-family: 'Magallanes';
        font-size: 2.2rem !important;
    }
}