﻿.login-container {
    align-items: flex-end;
    background: url(../../../images/logo-new.png) no-repeat;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    height: 28rem;
    position: relative;
    margin: 0 auto;
    width: 58rem;
}

.login-input-container {
    width: 27rem;
}

.login-right-container {
    align-items: center;
    border-left: 1px solid rgba(0,0,0,0.24);
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 34rem;
}

.login-button-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.login-browser-container {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
}

.login-browser-icon {
    display: inline-block;
    height: 3.2rem;
    width: 3.2rem;
}

.login-label {
    align-items: center;
    display: flex;
    font-size: 1.1rem;
    font-weight: bold;
}

.login-label-input {
    justify-content: space-between;
}

.login-label-checkbox {
    justify-content: flex-end;
    align-self: flex-end;
    min-width: 15rem;
}

.login-div {
    background: #f00;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 1.1rem;
    font-weight: bold;
    left: 10%;
    max-width: 30rem;
    min-width: 24rem;
    padding: .5rem;
    position: absolute;
    top: 85%;
    word-wrap: break-word;
}

.login-div-error {
    left: 100%;
    position: absolute;
    top: 8.2rem;
}

.login-div-error::before {
    content: ' ';
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-right: 1.5rem solid #f00;
    border-top: 1rem solid transparent;
    height: 0;
    margin: .1rem 0 0 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
}

.message-div {
    background: #f00;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;        
    min-width: 24rem;
    margin: 0 auto;
    margin-top: 1em;
    padding: 0px 1em;
}