* {
    font-family: 'Poppins'!important;
}

html,
body {
    height: 100%;
}

body {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    /*padding: 15px;*/
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin .field-top input {
    border-color: #ced4da;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin .field-bottom input {
    border-color: #ced4da;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-card {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0,0.3);
}

.login-logo {
    max-width: 75%;
    margin: auto;
}

.login-title {
    color: #1d2681;
    font-weight: 600;
}

.login-button {
    border-radius: 30px;
    background-color: #1d2681;
    color: white;
    font-weight: 600;
    font-size: larger;
}

.login-button:hover {
    background-color: ghostwhite;
    border-color: #1d2681;
    color: #1d2681;
}

.password-forgot-text {
    text-decoration: unset!important;
    color: grey;
}

.mobile-vertical-center {

}

.google-login-btn {
    border-color: #1d2681;
    color: #1d2681;
    border-radius: 30px;
    font-weight: 600;
}

.google-login-btn:hover {
    background-color: #1d2681;
    color: white;
}

@media screen and (max-width: 600px) {
    .mobile-vertical-center {
        display: flex;
    }
}

.full-rounded {
    border-radius: 20px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 38, 129, 0.5);
}