/* 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;
}

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

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