﻿* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.column {
    float: left;
    width: 100%;
    padding: 10px;
}

.left-column {
    width: 40%;
}

.right-column {
    width: 60%;
}

.loginLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .loginLogo img {
        max-width: 120%;
        height: auto;
    }

.loginPart {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rightPicture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .rightPicture img {
        max-width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1;
        overflow: hidden;
    }

.md-input {
    background: transparent;
    position: relative;
    z-index: 5;
    box-shadow: none;
    border-radius: 12px;
    width: 100%;
    height: 34px;
    color: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    border: 1.2000000476837158px solid rgba(221, 221, 221, 1);
    overflow: hidden;
    margin-top: 1%;
}

.md-form-group {
    padding: 20px 0 4px 0;
    position: relative;
}

.forgotPassword {
    color: rgba(5, 145, 205, 1);
    top: 2px;
    font-size: 17px;
    opacity: 1;
    text-align: left;
}

.loginButton {
    width: 50%;
    height: 34px;
    min-height: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    border-radius: 12px;
    background-color: rgba(5, 145, 205, 1);
    background: rgba(7, 121, 228, 1);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.bodyy {
    background-color: rgba(245,246,248,1);
    opacity: 1;
}

.imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.avoid-clicks {
    pointer-events: none;
}


@media only screen and (max-width: 600px) {
    .hideRightDiv {
        display: none;
    }
}

.removeTopMargin {
    margin-top: 15%;
}

.labelFont{
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .removeTopMargin {
        display: none;
    }
}

/*ForgotPW View*/

.forgotpw-sendButton {
    width: 50%;
    height: 34px;
    min-height: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    border-radius: 12px;
    background-color: rgba(5, 145, 205, 1);
    background: rgba(7, 121, 228, 1);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.forgotpw-backButton {
    float: left;
    width: 25%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    text-align: center;
    font-size: 18px !important;
    height: 34px;
    min-height: 100%;
    color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 12px;
    background-color: #D9D9D9;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

/*Change Pw View*/

.changepw-applyButton {
    width: 50%;
    height: 34px;
    min-height: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    border-radius: 12px;
    background-color: rgba(5, 145, 205, 1);
    background: rgba(7, 121, 228, 1);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

/*Remember PW View*/

.rememberpw-applyButton {
    width: 50%;
    height: 34px;
    min-height: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    border-radius: 12px;
    background-color: rgba(5, 145, 205, 1);
    background: rgba(7, 121, 228, 1);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    margin-top: 5% !important;
}
