﻿
@media (min-width: 768px) {
    .aw-login-background-shape {
        clip-path: polygon(35% 92%,43% 67%,68% 0%,100% 0%,100% 100%,33.00% 100.00%);
        background: #245EA4;
        height: 100%;
    }

}
.aw-login-background {
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 65%;
}


.aw-login-container {
    margin-top: 50px;
}

.aw-login-logo {
    height: 13vh;
    width: 100%;
    object-fit: cover;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.aw-login-box {
    background: #FFFFFF;
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    border: none;
}
.aw-login-box-header {
    background: #245EA4;
    height: 75px;
    border-radius: 32px 32px 0 0;
    margin-top: -1px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF;
}
.aw-textbox-icon {
    background-color: transparent;
    border-right: hidden;
}
.aw-textbox-input{
    border-left:hidden;
}

.aw-btn-login {
    background-color: #245EA4 !important;
}
.aw-btn-microsoft {
    background-color: #174276 !important;
    border-color: #174276 !important;
}

.aw-login-footer{
    text-align:center;
}

.aw-footer-icon {
    height: 70px;
    margin-top: -10px;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.aw-divider-text {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.aw-divider-text span {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    font-family: Futura, sans-serif;
    margin-left: -30px;
}

