body {
    font-family: "Lato";
    padding: 0;
    margin: 0;
    font-size: 16px;
}

h1 {
    margin-top: 20px;
    font-size: 36px !important;
}

p {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

label {
    margin-top: 10px;
    font-weight: normal;
}

button {
    margin-top: 20px;
    background-color: #5af1c8;
    width: 100%;
    border-width: 0;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
}

button:hover {
    text-decoration: underline;
}

.wrapper-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main-div {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.alert {
    position: absolute;
    top: 10px;
    left: 10px;
}

#loginMainLogo img {
    width: 100px;
}

#login-form p {
    text-align: center;
}

.btn_google_sso_auth {
    width: 100%;
    height: 39px;
    border-color: #007bff;
    /* padding: -2px; */
    background-color: #007bff !important;
    background:url(https://static.statuscake.com/img/buttons/google/btn_google_dark_normal_ios.svg) no-repeat;
    background-position: -4px -4px;
    font-weight: 500;
}

.btn_azure_sso_auth {
    width: 100%;
    height: 39px;
    border-color: #007bff;
    /* padding: -2px; */
    background-color: #2f2f2f !important;
    background:url(https://static.statuscake.com/img/buttons/microsoft/btn_microsoft_logo.png) no-repeat;
    background-position: 8px 8px;
    font-weight: 500;
}

.center {
    text-align: center;
}

@media only screen and (max-width: 961px) {
    h1 {
        text-align: center;
    }
    .wrapper-div {
        display: flex;
        flex-flow: column;
    }
    #forgotpassAccentDiv {
        display: none !important;
    }
    #loginMainLogo {
        padding: 30px 0;
    }
    .alert {
        transform: scale(0.9);
    }
    .login-accent-div {
        display: none !important;
    }
}
