﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 1em;
    height: 100%;
    width: 100%;
}
html {
    height: 100%;
    width: 100%;
}
.noVisible {
    width: 0px;
    height: 0px;
    border: 0px;
    display:none;
}

.LoginBody {
    height: 100%;
    width: 100%;
    background: rgb(187,203,218);
    background: linear-gradient(180deg, rgba(187,203,218,1) 0%, rgba(249,250,251,1) 100%);
}
.LoginContainer {
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 360px;
}
.LoginContainerInside {
    background-color: white;
    width: 300px;
    border: 1px solid #a0c8e8;
    padding: 30px;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.LoginContainerLogo {
    color: #0067c5;
    font-size: 4em;
    font-weight: bold;
}
.LoginContainerLogo2 {
    color: #ff992e;
    font-size: 1.5em;
    font-weight: bold;
}
.LoginContainerLogo3 {
    padding-left: 10px;
    font-size: 4em;
    font-weight: 100;
    background: -webkit-linear-gradient(#0067c5, #00a2c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.LoginContainerLogo4 {
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: 100;
    background: -webkit-linear-gradient(#0067c5, #00a2c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.LoginContainerRow {
    width: 100%;
    height: 4em;
    border-bottom: 1px solid #0067c5;
    text-align: left;
    position: relative;
}
.LoginContainerRow img {
    position: absolute;
    top: 20px;
}
.LoginContainerTB, .LoginContainerTB2 {
    position: absolute;
    top: 25px;
    left: 18%;
    color: #b3c5d6;
    width: 80%;
    background-color: transparent;
    font-size: 1.1em;
    line-height: 1.1em;
    height: 2em;
    border: 0px;
}
.LoginContainerBTN {
    border: 0px;
    background-color: #0067c5;
    width: 100%;
    height: 2.2em;
    font-size: 1.5em;
    color: white;
    margin-top: 1.5em;
    transition: .3s;
}
.LoginContainerBTN:hover {
    background-color: #3696ee;
    cursor: pointer;
}
.LoginErrorLBLCont {
    min-height: 20px;
}
.LoginErrorLBL, .ResetPasswordErrorLBL {
    font-size: 1em;
    color: red;
}
.LoginLink {
    font-size: .9em;
    color: #909fac;
    text-decoration:none;
}
.LoginLink:hover {
    font-size: .9em;
    color: #587087;
    cursor:pointer;
}
.LoginEmailTB {
    padding-left: 5px;
    color: #587087;
    width: 150px;
    height: 1.3em;
    font-size: .9em;
    border: 1px solid #909fac;
    margin-right: 5px;
}
.LoginEmailTBError {
    padding-left: 5px;
    color: red;
    background-color: #fcdada;
    width: 150px;
    height: 1.3em;
    font-size: .9em;
    border: 1px solid red;
    margin-right: 5px;
}
.LoginEmailLBL {
    font-size: .9em;
    color: #587087;
}
.LoginEmailBTN {
    border: 0px;
    background-color: #0067c5;
    padding:3px;
    padding-left:7px;
    padding-right:7px;
    font-size: .9em;
    color: white;
    transition: .3s;
}
.LoginEmailBTN:hover {
    background-color: #3696ee;
    cursor: pointer;
}