﻿.SinglePortalLogin {
    overflow: hidden;
}
.SinglePortalLogin .CondensedView {
    position: relative;
    z-index: 1;
    height: 30px;
    cursor: pointer;
    border: 2px solid white;
    padding: 0 10px;
}
.SinglePortalLogin .CondensedView .BackgroundImage {
    display: none;
}
.SinglePortalLogin .CondensedView .TitleWrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    line-height: 25px;
    font-size: 1.7em;
    font-family: convergeFont-LatoRegular;
}
.SinglePortalLogin .CondensedView .Icon {
    display: none;
}
.SinglePortalLogin .CondensedView:hover .Icon {
    opacity: 1;
}
.SinglePortalLogin .CondensedView .ClickableButton {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.SinglePortalLogin .FullView {
    position: relative;
}
.SinglePortalLogin .FullView .FadedBackground {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.SinglePortalLogin .FullView .CloseButtonWrapper {
    position: absolute;
    top: 2em;
    right: 2em;
}
.SinglePortalLogin .FullView .CloseButtonWrapper span {
    background-color: white;
    font-family: convergeFont-LatoBold;
    font-size: 2em;
    padding: 0em 0.5em;
    margin-bottom: 10px;
}
.SinglePortalLogin .FullView .CloseButtonWrapper span:hover {
    background-color: #f1f1f2;
    cursor: pointer;
}
.SinglePortalLogin .FullView .Wrapper {
    /*position: fixed;*/
    /*left: 50%;*/
    /*top: 50%;*/
    width: 100%;
    max-width: 550px;
    z-index: 4;
    /*transform: translate(-50%, -50%);*/
    padding: 2em;
    text-align: center;
}
.SinglePortalLogin .FullView .MainIconWrapper img {
    width: 80px;
}
.SinglePortalLogin .FullView .TitleWrapper {
    font-family: convergeFont-LatoMedium;
    font-size: 1.75em;
    margin: 20px 0;
}
.SinglePortalLogin .FullView .InputWrapper {
    margin-bottom: 10px;
}
.SinglePortalLogin .FullView .InputWrapper,
.SinglePortalLogin .FullView .InputWrapper  {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.SinglePortalLogin .FullView .InputWrapper img,
.SinglePortalLogin .FullView .InputWrapper img {
    width: 30px;
    position: relative;
    vertical-align: bottom;
}
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill,
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill:hover,
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill:focus,
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill,
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill:hover,
.SinglePortalLogin .FullView .InputWrapper input:-webkit-autofill:focus {
    background-color: red;
    border: 0 !important;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #616264 inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -webkit-transition-property: background-color !important;
}
.SinglePortalLogin .FullView .InputWrapper input:focus,
.SinglePortalLogin .FullView .InputWrapper input:focus {
    outline: 0;
}
.SinglePortalLogin .FullView .InputWrapper input,
.SinglePortalLogin .FullView .InputWrapper input {
    background-color: #616264 !important;
    color: white !important;
    border: 0;
    font-family: convergeFont-LatoRegular;
    font-size: 1.75em;
    margin-left: 10px;
    width: 200px;
}
.SinglePortalLogin .FullView .LoginButtonWrapper {

}
.SinglePortalLogin .FullView .LoginButton {
    background-color: white;
    color: #616264;
    font-family: convergeFont-LatoMedium;
    font-size: 1.75em;
    padding: 0.25em 1.5em;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 250px;
    border: 0;
}
.SinglePortalLogin .FullView .ErrorWrapper {
    margin-top: 20px;
}
.SinglePortalLogin .FullView .ErrorWrapper .Error {
    color: #ff7777;
    font-family: convergeFont-LatoRegular;
    font-size: 1.5em;
}
.SinglePortalLogin .FullView .RedirectLink {
    margin-top: 20px;
}
.SinglePortalLogin .FullView .RedirectLink a {
    font-family: convergeFont-LatoRegular !important;
    font-size: 1.75em !important;
    cursor: pointer;
    border-bottom: 1px solid white;
}