
.content{
    /*padding-left: 200px;*/
    /*padding-top: 40px;*/
    padding: 40px 200px;
}

.label-black{
    padding: 0 2px;
    color: #0C0D0E;
    font-family: inherit;
    font-size: 1em;
    font-weight: 600;
    /*cursor: pointer;*/
}

.s-input{
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: .6em .7em;
    border: 1px solid #bbc0c4;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(255,255,255,0);
    font-size: 13px;
    font-family: inherit;
    line-height: 1.15384615;
}

.s-grid{
    margin: 2px 0 ;
    display: block;
}
.in-grid{
    width: 400px;
}

div.s-grid{
    margin-bottom: 20px;
}
.verification-code{
    width: 70px;
}

.btn{
    margin: 5px 5px 0;
    padding: 5px 15px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

.btn-min{
    height: auto;
    line-height: normal;
    padding: .2em .6em;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-min:hover, .btn:hover{
    opacity: .9;
}
.btn-min:active, .btn:active{
    opacity: .8;
}
.btn-min:disabled, .btn:disabled{
    cursor: not-allowed;
}

.rows{
    line-height: 30px;
}

.clearfix:before, .clearfix:after{
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.btnNew{
    display: inline-block;
    background: url("../styleBase/images/buttonGrey.gif") left 0;;
    padding: 5px 10px;
}
.btnNew:hover{
    background: url("../styleBase/images/buttonGrey.gif") left -23px;;
}
.btnNew:active{
    background: url("../styleBase/images/buttonGrey.gif") left -23px;;
}