﻿@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"] {
    -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"] {
    width: 100%;
    background-color: #88AC32; /*PRODUCCIÓN*/
    /*background-color: green;*/ /*QA*/
    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: #6A8C51; /*PRODUCCIÓN*/
        /*background-color: forestgreen;*/ /*QA*/
    }

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%);
}

    form .row .row {
        margin: 0 -0.9375rem;
    }

body {
    color: #999999;
    background-image: url("../../imagenes_fondo/backgroundTruck.jpg");
    background-size: cover;
}

p.intro1, p.intro2 {
    text-align: center;
    color: black;
    font-size: 0.9em;
    margin-bottom: 40px;
    font-family: Calibri;
}

p.intro2 {
    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.png"); /*PRODUCCIÓN*/
    /*background-image: url("../../imagenes_fondo/backgroundBoxDGA_QA.png");*/
    padding: 3em;
    color: black;
}

.username {
    padding-top: 1.25rem;
}

.submit, .footer {
    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;
}


