/* 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 {
    padding: 60px 38px;
    max-width: 357px;
    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;
}

h2, .h2{
    font-size: 24px;
    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;
}

p{
    margin: 0;
    padding: 0;
}

p label{
    display: none;
}


p input[type='text'], p input[type='password'], p input[type='email'] {
    margin-bottom: 1.5rem!important;
}

.change_pass input[type="text"], input[type="password"], input[type="text"], input[type="email"] {
    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;
}

.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;
}


/* BACKGROUND */
body{
    overflow-x: hidden;
}

.register-form{
    background-color: #fff;
    padding-bottom: 40px;
}

.container-bg{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(66,133,244,1) 100%);
}

.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: -60px;
    z-index: 0;
}

footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
}

@media screen and (min-height:790) {
    
}