﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none;
}
/* Removing this since I'll add it myself for browser compatibility */
input[type="text"], input[type="password"], input[type="submit"], input[type="button"] {
    -webkit-border-top-left-radius: 360px;
    -moz-border-top-left-radius: 360px;
    -ms-border-top-left-radius: 360px;
    border-top-left-radius: 360px;
    -webkit-border-top-right-radius: 360px;
    -moz-border-top-right-radius: 360px;
    -ms-border-top-right-radius: 360px;
    border-top-right-radius: 360px;
    -webkit-border-bottom-left-radius: 360px;
    -moz-border-bottom-left-radius: 360px;
    -ms-border-bottom-left-radius: 360px;
    border-bottom-left-radius: 360px;
    -webkit-border-bottom-right-radius: 360px;
    -moz-border-bottom-right-radius: 360px;
    -ms-border-bottom-right-radius: 360px;
    border-bottom-right-radius: 360px;
}

input[type="text"], input[type="password"] {
    padding-left: 2.75em;
}

input[type="submit"], input[type=button] {
    width: 100%;
    background-color: #992F87;
    color: white;
    border: 0;
    padding: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    input[type="submit"]:hover {
        background-color: #ce4cb8;
    }

label {
    display: inline;
    position: absolute;
    top: 0.65em;
    left: 2.30em;
    color: #999999;
}

form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body {
    color: #999999;
    background-image: url("../../imagenes_fondo/backgroundTruck.jpg");
    background-size: cover;
}

p.username, p.password {
    text-align: center;
    color: black;
    font-size: 0.9em;
    margin-bottom: 40px;
    font-family: Calibri;
}

p.password {
    opacity: 0;
}

.wrapper, .morphHeader {
    font-family: Calibri;
    background-color: #f2f2f2;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header, .footer, .morphHeader {
    text-align: center;
    text-transform: uppercase;
}

.header, .morphHeader {
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.7em;
    background-image: url("../../imagenes_fondo/backgroundBoxDGA_v2.0.png");
    padding: 3em;
    color: black;
}

.username {
    padding-top: 1.25rem;
}

.submit, .footer, .olvido {
    padding-bottom: 1.25rem;
}

.morphButton {
    z-index: 999;
    -webkit-border-top-left-radius: 360px;
    -moz-border-top-left-radius: 360px;
    -ms-border-top-left-radius: 360px;
    border-top-left-radius: 360px;
    -webkit-border-top-right-radius: 360px;
    -moz-border-top-right-radius: 360px;
    -ms-border-top-right-radius: 360px;
    border-top-right-radius: 360px;
    -webkit-border-bottom-left-radius: 360px;
    -moz-border-bottom-left-radius: 360px;
    -ms-border-bottom-left-radius: 360px;
    border-bottom-left-radius: 360px;
    -webkit-border-bottom-right-radius: 360px;
    -moz-border-bottom-right-radius: 360px;
    -ms-border-bottom-right-radius: 360px;
    border-bottom-right-radius: 360px;
}

.morphButton, .morphHeader {
    opacity: 0;
    background-color: #1677bb;
    text-align: center;
}

.loading, .success, .failure {
    color: white;
    line-height: 34px !important;
    text-align: center;
}

.tooltip p {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
}

.columns {
    position: relative;
}


