﻿#ms-error-header {
    margin: 0 !important;
}

.login-table {
 
    /*margin: 10px auto 0;*/
    border: 5px outset rgb(255, 133, 0);
    background-color:#163050;
   
    /*vertical-align:central ;*/
    
}

.recovery-table {
    border: 5px outset rgb(255, 133, 0);
    margin: 10px 10px 10px 10px;
    text-orientation: sideways-right;
    /*line-height:16pt;*/
    letter-spacing: 1px;
    padding: 10px 10px 10px 10px;
    background-color: #163050;
    color: coral;
    width: 300px;
    align-content: center;
    
}

.recovery-table table, .ms-input {
    padding: 10px !important;
    
}

.recovery-table table input {
    margin-top: 2px;
}
/*no more use this style since use bootstrap now*/
.info {
    font-size: 15px;
    font-family :'Times New Roman', Times, serif ;
}
/*no more use this style since use bootstrap now*/
.login {
    width: 600px;
    margin: 5px auto 0;
    padding-right: 50px;
}

#ms-error-gobackcont {
    display: none !important;
}

