.PSOFOShop .button,
.PSOFOShop .btn,
.PSOFOShop button,
.PSOFOShop input[type="reset"],
.PSOFOShop input[type="button"] {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #011e41;
    border-color: #011228;
}

.PSOFOShop .button:hover,
.PSOFOShop .btn:hover,
.PSOFOShop button:hover,
.PSOFOShop input[type="reset"]:hover,
.PSOFOShop input[type="button"]:hover,
.PSOFOShop .button:focus,
.PSOFOShop .btn:focus,
.PSOFOShop button:focus,
.PSOFOShop input[type="reset"]:focus,
.PSOFOShop input[type="button"]:focus {
    color: #fff;
    background-color: #009fe3;
    border-color: #008dca;
}

.PSOFOShop input[type="submit"] {
    float: right;
    padding: 15px 30px;
    border: 1px solid #64c690;
    border-radius: 25px;
    color: #64c690;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.88px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    min-width: 180px;
    max-width: 250px;
    background: #FFF;
}
.PSOFOShop input[type="submit"]:focus,
.PSOFOShop input[type="submit"]:hover {
    background-color: #64c690;
    border-color: #64c690;
    color: #FFF;
}

.PSOFOShop .chpforgot {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 40px;
}

#mrtedlogo {
    display: none;
}

.PSOFOShop a {
    color: #009fe3;
    text-decoration: none;
}

.PSOFOShop a:hover,
.PSOFOShop a:focus {
    color: #000;
    text-decoration: underline;
}

body .PSOFOShop {
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #011E41;
}

.PSOFOShop input[type="email"], .PSOFOShop input[type="number"], .PSOFOShop input[type="search"], .PSOFOShop input[type="text"], .PSOFOShop input[type="tel"], .PSOFOShop input[type="url"], .PSOFOShop input[type="password"], .PSOFOShop textarea, .PSOFOShop select {
    border: 1px solid #F2F2F2;
}

.PSOFOShop input[type="email"]:focus, .PSOFOShop input[type="number"]:focus, .PSOFOShop input[type="search"]:focus, .PSOFOShop input[type="text"]:focus, .PSOFOShop input[type="tel"]:focus, .PSOFOShop input[type="url"]:focus, .PSOFOShop input[type="password"]:focus, .PSOFOShop textarea:focus, .PSOFOShop select:focus {
    border: 1px solid #011E41;
}