/*customizations for aadb2c pages in CSS*/

.login__block__header > img {
    height: auto !important;
    width: 100% !important;
}

body {
    font-family: "Poppins", "Roboto", sans-serif;
}

/*login page*/

.loginBespoke #api > .divider {
    display: none;
}

.loginBespoke .social {
    display: none;
}

.loginBespoke .moreInformation {
    text-align: center;
}

.loginBespoke .assistance {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #65778a;
}

.quicklink-card {
    border-bottom: 8px solid #2C8EF0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(252, 252, 252);
    width: 150px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15), 0px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 5px;
    padding: 7px;
    text-decoration: none;
}
