﻿#bgimg {
    background-image: url('https://v3test.blob.core.windows.net/v3-homepage/login-background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.login-block {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: white;
    /*width: 65%;*/
    height: 100%;
}

.forgot-password-button {
    border-radius: 3px;
    background-color: #1268B1;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 87% !important;
    max-width: 87% !important;
    box-sizing: border-box;
    padding-top: 5px;
    margin: auto auto auto 26px;
    font-size: 1rem;
    line-height: 1.5;
}
