@font-face {
    font-family: "Source Sans Pro Regular";
    src: url("/fonts/source-sans/SourceSansPro-Regular.ttf") format("truetype");
}

.fontSourceSansPro {
    font-family: "Source Sans Pro Regular", sans-serif !important;
}

.btn_google {
    display: flex;
    align-items: center;
    background-color: #4e8ef7;
    color: white;
    border-radius: 50px;
    padding: 0px 20px 0px 0px;
    transition: all 0.1s ease-in-out;
}

.btn_google span:nth-child(1) {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 2px 0px 2px 2px;
    transition: all 0.1s ease-in-out;
}

.btn_google:hover {
    transition: all 0.1s ease-in-out;
    background-color: #1a73e8 !important;
    color: white;
    text-decoration: none;
}

.signUpBg {
    background-color: #1a73e8 !important;
    background: #1a73e8 !important;
    font-size: 18px !important;
    font-weight: 600;
}

.input-helper::before {
    border: 2px solid #1a73e8 !important;
}

.form-check
    .form-check-label
    input[type="checkbox"]:checked
    + .input-helper:before {
    background: #1a73e8 !important;
}

.cardLogin {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.cardRegister {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

@media (max-width: 476px) {
    .cardLogin {
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .cardRegister {
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .containerNotPad {
        padding: 0 !important;
    }
}

@media (min-width: 1024px) {
    .card-login {
        width: 75%;
    }
}
