﻿.wrapper {
    min-height: 550px;
    min-width: 1010px;
    outline: none;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-flow: column;
    background: transparent linear-gradient(44deg, #409 0%, #001864 100%) 0% 0% no-repeat padding-box;
}

.main {
    display: flex;
    flex-flow: row;
    height: calc(100vh - 60px);
    margin: 0 0 0 32px;
    overflow: auto;
}

.loginWrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-right: 10%;
    margin-top: 5rem;
    z-index: 5;
}

.logoWrapper {
    width: 400px;
}

.logo {
    user-select: none;
    width: 240px;
    height: 46px;
    background: transparent 0% 0% no-repeat padding-box;
    opacity: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.msgWrapper {
    width: 400x;
    margin-top: 4rem;
}

.msgWrapper1 {
  width: 500px;
  margin-top: 4rem;
}

.msgWrapperHolder {
    height: 5rem;
}

.message {
    border-radius: 4px;
    padding: 16px;
}

    .message > div > div {
        font: normal normal normal 13px/15px Arial, sans-serif;
    }

.forgotPwdMsg {
    color: #922622;
    text-decoration: underline;
}

.field {
    padding-top: 32px;
    width: 400px;
}

.buttonField {
    padding-top: 48px;
    width: 400px;
}

.field input:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.buttonStyle {
    padding: 0;
    height: 40px;
    width: 100%;
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 1;
    border-style: hidden;
    border-radius: 4px;
    outline: none;
}

    .buttonStyle:hover {
        background: #fff 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 0.8;
    }

.buttonText {
    text-align: center;
    vertical-align: middle;
    font: normal normal 600 16px/18px Montserrat, Arial, sans-serif;
    letter-spacing: 0;
    color: #409;
    text-transform: uppercase;
    opacity: 1;
}

.circle {
    user-select: none;
    position: absolute;
    height: 100%;
    opacity: 1;
    z-index: 3;
    right: 0;
    top: 0;
}

.loginPic {
    user-select: none;
    height: 95%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 10% 0 0 50%;
}

.slogan {
    user-select: none;
    width: 368px;
    height: 161px;
    right: 32px;
    top: 55%;
    position: absolute;
    text-align: right;
    font: normal normal 900 46px/52px Montserrat, Arial, sans-serif;
    letter-spacing: 1.84px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    z-index: 4;
}

.loginIssue {
    width: 400px;
    padding-top: 8px;
}

.issueLink {
    height: 16px;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.footer {
    display: flex;
    flex-flow: row;
    float: left;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 5;
}

.footerLeftStyle {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0 0 32px;
    font: normal normal 500 10px/18px Montserrat, Arial, sans-serif;
}

.footerLeftSpan {
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    padding-right: 20px;
}

.footerLeftLink {
    padding-right: 20px;
    display: inline;
    font-size: 10px;
}

.footerRightStyle {
    float: right;
    position: absolute;
    right: 32px;
    bottom: 10px;
}

.footerRightLink {
    text-align: right;
    text-decoration: underline;
    opacity: 1;
    padding-left: 12px;
}

.icon {
    box-sizing: content-box;
    height: 20px;
    width: 20px;
    fill: #fff;
    border-radius: 15px;
    border: solid 4px transparent;
}

    .icon:hover {
        border-color: #846ab9;
    }

.anchor, a {
    padding: 2px;
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

    .anchor:focus {
        padding: 0;
        border: 2px solid #ffffffb3;
        border-radius: 4px;
        opacity: 1;
    }

    .anchor:hover {
        background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box;
        border-radius: 4px;
    }

    .anchor:active {
        background: rgba(255, 255, 255, 0.35) 0% 0% no-repeat padding-box;
        border-radius: 4px;
    }

