﻿#MainFormDiv {
    background-image: url('Images/Magenta-Roof-Tiles-White.png');
}

.passwordtext {
    -webkit-text-security: circle;
}

#LogInPageTableContainer {
    margin-top: 0px;
    padding-top: 80px;
}

    #LogInPageTableContainer td.logInLogo {
        height: 60px;
        background-image: url('Images/magenta-login-login.png');
        background-repeat: no-repeat;
        background-position: top right;
    }

    #LogInPageTableContainer td.LogInBox {
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 60px 50px 20px 50px;
        background-color: #e5e5e5;
        align-content: center;
    }

    #LogInPageTableContainer .testserver {
        background-color: yellow !important;
    }

#LogInPageTable {
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    width: 400px;
    background-color: white;
    color: #676767;
}

    #LogInPageTable th {
        text-align: left;
        font-size: 18px;
        line-height: 40px;
        text-indent :40px;
        background-image: url('Images/LogInIconsEmail.png');
        background-repeat: no-repeat;
        background-position:  10px 10px;    
    }

    #LogInPageTable td {
        font-size: 14px;
        line-height: 30px;
        border-bottom: 1px solid #AAA;
    }

        #LogInPageTable td.signin {
            text-align: center;
            border-bottom: none;
            padding: 20px;
            padding-left: 90px;
            text-align: center;
        }

    #LogInPageTable input[type="text"],
    #LogInPageTable input[type="password"] {
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: white;
        width: 355px;
        font-size: 14px;
        line-height: 20px;
        color: #676767;
        outline: none;
        border: none;
        padding: 5px;
    }

    #LogInPageTable .sign-in-btn {
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 180px;
        padding: 10px;
        line-height: 36px;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        border: none;
        color: white;
        background-color: #a51890;
        float: none;
    }

        #LogInPageTable .sign-in-btn:hover {
            background-color: #931580 !important;
        }

#divForgotPassword {
    text-align: center;
    padding: 20px;
}

    #divForgotPassword a {
        font-size: 14px;
        color: #a51890;
        text-decoration: none;
    }
        #divForgotPassword a:hover {
            text-decoration:underline;
        }