﻿.login {
    font-size: xx-large;
    margin: auto;     
}

    .login input {
        font-size: x-large;
        height: 50px;
        width: 300px;       
    }

    .login td {
        text-align: center
    }

.login input[type="text"] {
    background-image: url(../Images/logo_Mail.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 70px;
}

.login input[type^="password"] {
        background-image: url(../Images/logo_Password.png); 
        background-position: left; 
        background-repeat: no-repeat;
        background-size: contain; 
        padding-left: 70px;        
    }

    .login .viewPassword {
        position: absolute;
        margin-left: 335px;
        margin-top: 13px;
    }