﻿html, body {
    background-color: #FFFFFF;
}

.Right{
    float: right;
}


/* Visual fix on the login popup*/
.MainPopup {
    padding-right: 36px;
}

.TitleText{
    color:#black;
    font-weight: bold;
    font-size: 18px;
}

.BackButton{
        margin-left: -10px;
}


.PopUpContent{
    height: 450px;
}


.PasswordIcon{
    float: right;
    font-size: 16px;
    text-align: right;
    margin: 0px 0px 0px -25px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    z-index: 2;
}

.PasswordIcon:link, .PasswordIcon:visited, .PasswordIcon:active, .PasswordIcon:hover {
    color: #404040; 
}

.phone .PasswordIcon{
    padding-top: 5px;
}

.tablet .PasswordIcon{
    padding-top: 5px;
}

.desktop .PasswordIcon{
    padding-top: 2px;
}
.PasswordIcon .fa {
    font-size: 14px;
}


input::-ms-clear, input::-ms-reveal {
    display: none;   
}
