.form-group label{
    color: white !important;
    letter-spacing: 0.1em!important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.admin-form {
    line-height: 1.2312;
    font-weight: 400;
    font-size: 14px;
    color: #626262;
}

body .admin-form {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8%;
}

.row.table-layout {
    margin-left: 0;
    margin-right: 0;
}

.mb15 {
    margin-bottom: 15px !important;
}
.table-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

.table-layout > div,
.table-layout > aside,
.table-layout > section {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.col-xs-6.va-m.pln {
    width: 65%;
}

.pln {
    padding-left: 0 !important;
}

.va-m {
    vertical-align: middle !important;
}

.img-responsive{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.w250 {
    width: 250px !important;
}

body .panel {
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}

body .panel {
    border-radius: 0px;
}
body .panel {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}
.admin-form .panel {
    margin-bottom: 20px;
    background-color: transparent;
}
.mw400 {
    max-width: 400px !important;
}
.br-n {
    border: none !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mauto {
    margin-left: auto;
    margin-right: auto;
}
.panel {
    position: relative;
    margin-bottom: 27px;
    background-color: #fff;
    border-radius: 3px;
}

.panel .panel-body {
    padding: 30px 30px 15px !important;
}

.form-group {
    margin-bottom: 15px;
}
.form-group {
    text-align: left;
}

.form-group label {
    color: #1a1919 !important;
}

.field-loginform-email label,
.field-loginform-password label {
    margin-bottom: 5px;
}
.form-group label {
    color: white !important;
    letter-spacing: 0.1em!important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.admin-form label,
.admin-form input,
.admin-form button,
.admin-form select,
.admin-form textarea {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    outline: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 38px;
    font-size: 14px;
    line-height: 1.49;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c9c9c9;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.p10 {
    padding: 10px !important;
}

.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.admin-form .panel-footer {
    padding: 12px 13px;
    border: 0;
    background: transparent;
}

.panel-footer.ph15 {
    padding: 12px 0px !important;
}


.admin-form .btn-primary,
.admin-form .btn-primary:hover,
.admin-form .btn-primary:focus,
.admin-form .btn-primary:active {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.admin-form .btn-primary {
    margin-right: 0px !important;
}

.admin-form .button {
    color: #243140;
    border: 0;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #DBDBDB;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.admin-form .btn-primary {
    color: #fff;
    background-color: #f03;
    border: 2px solid #f03;
}

.btn-login {
    width: 100%;
}

.form-group label {
    color: #1a1919 !important;
    margin-bottom: 5px;
}

.fw700 {
    font-weight: 600 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.pull-right {
    float: right !important;
}

.admin-form .btn-primary:hover, .admin-form .btn-primary:focus, .admin-form .btn-primary:active, .admin-form .btn-primary.active, .open > .dropdown-toggle.admin-form .btn-primary {
    color: #1a1919 !important;
    background-color: #fff;
    border: 2px solid #f03;
}

.admin-form .button{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.form-control:focus {
    border-color: #eba7a8 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.table-layout {
    display: table  !important;
    table-layout: fixed  !important;
    width: 100%  !important;
    margin: 0  !important;
}