﻿body {
    font-family: Arial,sans-serif,Segoe !important;
}

.LostSign a {
    color: #4AABCB;
    text-decoration: none;
    font-size: 12px;
}

.LostSign a:hover {
    color: #4AABCB;
    text-decoration: underline;
    font-size: 12px;
}

input[type="text"], input[type="password"] {
    color: #818181;
}

#wrapper-login-iframe p {
    padding: 0px;
    margin: 0px;
    color: #bcb6b6;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

#wrapper-login-iframe label {
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: 12px;
    font-weight: bold;
    text-indent: 1%;
    margin-bottom: 10px;
}

#wrapper-login-iframe input#Username, #wrapper-login-iframe input#Password {
    border: none;
    background: none;
    height: 35px;
    background-color: #cccccc;
    line-height: 35px;
    width: 90%;
    /*IE7 issue*/
    *width:200px;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#wrapper-login-iframe input#btnSubmit {
    margin-bottom: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    /* IE7 issue*/
    *width:125px;
    *height:35px;
    *padding-top:0px;
    *padding-bottom:0px;          
}

#lblRemMe {
    text-indent: 0px !important;
    padding-left: 0px;
    margin-left: 0px;
}

#lblRemMe input {
    padding-left: 0px;
    margin-left: 0px;
}

#btnSubmit {
    margin-left: 0 !important;
}

.btnBase.btnRed {
    background-color: #F83F3D;
    background-image: linear-gradient(to bottom, #F83F3D 0%, #E13C38 50%, #BF3532 100%);
    background-repeat: repeat-x;
    border-color: #C43632;
}

.btnLarge {
    font-size: 20px !important;
}

.btnBase {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    min-height: 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.1s linear 0s;
}