/* General style */
@import url('https://fonts.googleapis.com/css?family=Google+Sans:100,400,500,600');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Google Sans', 'Roboto', Arial, sans-serif !important;
}

.login-ctn {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 32px); */
}

.login-latam{
    padding: 60px 20px;
    padding-bottom: 40px !important;
    max-width: 510px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.39);    
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 110px;
}

.googleCloud{
    max-width: 260px;
    margin-bottom: 40px;
}

.options-container{
    text-align: center;
}

.opciones{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.opciones a{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.opciones .opciones-info{
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #5c5c5c;
    font-style: italic;
}


h2, .h2{
    font-size: 20px;
    font-weight: normal;
    color: #202124;
}

.login_signup {
    text-align: center;
    color: #555;
}
.gmailUrl img {
    width: 22px;
    height: auto;
    margin-right: 16px;
}

.gmailUrl {
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    padding: 11px 22px 10px 34px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #5c5c5c!important;
}

.error {
    color: #b00020;
}

input.form-control {
    min-height: 45px;
    font-family: 'Google Sans', 'Roboto', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    color: #202124;
}

button.btn-primary, a.btn-primary {
    min-height: 45px;   
    background-color: #1a73e8;
    border-color: #1a73e8;
    border-radius: 4px;
    font-family: 'Google Sans', 'Roboto', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

a.btn-primary {
    line-height: 30px;
}

.no_account {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #1a73e8;
}

input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 45px;
    font-family: 'Google Sans', 'Roboto', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    color: #202124;
    margin-bottom: 8px !important;
}

input[type="password"]{
    font-size: 13px;
    letter-spacing: 1px;
}

.helptext{
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    color: #5c5c5c;
    margin-bottom: 20px;
}

.change_pass input[type="submit"] {
    display: inline-block;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    width: 100%;
    cursor: pointer;
    color: #fff;
    min-height: 45px;
    background-color: #1a73e8;
    border-color: #1a73e8;
    border-radius: 4px;
    font-family: 'Google Sans', 'Roboto', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

p{
    margin: 0;
}

.login-forgot{
    font-size: 14px;
    color: #4285f4;
}

.no_account{
    text-align: center;
    font-size: 16px;
    color: #4285f4;
    line-height: 27px;
    font-weight: 400;
}

#login{
    max-width: 130px;
}

.partners h2{
    text-align: left;
}

.partners #loginGoogle{
    margin: 20px 0;
    padding: 11px 20px; 
    font-size: 18px;
    color: #5c5c5c;
}

.partners #loginEmail{
    margin: 20px 0;
    padding: 11px 20px; 
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 40px;
}

.nube1{
    position: absolute;
    left: 60%;
    top: 5%;
}

.nube2{
    position: absolute;
    left: 13%;
    top: 32%;
}

.nube3{
    position: absolute;
    right: 15%;
    top: 42%;
}

.rutas-svg{
    position: absolute;
    display: block;
    height: 470px;
    width: 1670px;
    left: 52.6%;
    transform: translate(-50%);
    bottom: -90px;
    z-index: 0;
}

footer{
    z-index: 100;
}

.background{
    overflow: hidden;
}

.footer_latam{
    position: absolute;
    bottom: 0;
    width: 100vw;
}

@media screen and (max-width: 500px){
    .partners #loginGoogle{
        padding: 10px 18px; 
        font-size: 16px;
    }
}
