html{
    background-color: #2a3542!important;
}
body {
    color: #f1f2f6;
    padding: 0!important;
    margin: 0!important;
    direction: "ltr";
    font-size: 14px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.login {
    background-color: #2a3542!important;
}
.login .logo, .slogan {
    width: 100%;
    text-align: center;
    margin-top: 2px;
}
.login .logo {
    /* margin: 60px auto 0; */
    /* margin-top:30vh; */
    text-align: center;
}
.login .slogan img {
    width: 193px;
}
.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px;
    margin: 30px auto 10px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.login .content .forget-form {
    padding: 0;
    margin: 20px 0 0 0;
}
.login .forget-form .mt-element-step {
    margin-left: -50px !important;
    margin-right: -50px !important;
    margin-bottom: 30px;
}
.mt-element-step .row {
    margin: 0;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.mt-element-step .step-line .mt-step-col {
    padding: 5px 0;
    text-align: center;
}
.col-md-4{
    position: relative;
    min-height: 1px;
}
@media (min-width: 992px)
{
    .col-md-4 {
        width: 33.33333%;
    }
}
@media (min-width: 992px)
{
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}
.mt-element-step .step-line .done .mt-step-number {
    color: #07c160!important;
    border-color: #07c160!important;
}
.mt-element-step .step-line .mt-step-number {
    font-size: 26px;
    border-radius: 50%!important;
    display: inline-block;
    margin: auto auto 5px;
    /* padding: 9px; */
    border: 3px solid #e5e5e5;
    position: relative;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #ddd;
    background-color: #fff;
}
.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title {
    color: rgba(38,185,154,1)!important;
}
.mt-element-step .step-line .mt-step-title {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #ddd;
}
.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
    background-color: #07c160!important;
}
.mt-element-step .step-line .mt-step-title:after {
    left: 51%;
}
.mt-element-step .step-line .mt-step-col:not(.last) .mt-step-title:after, .mt-element-step .step-line .mt-step-col:not(.first) .mt-step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -32px;
    z-index: 4;
    transform: translateY(-100%);
}
.mt-element-step .step-line .mt-step-title:before {
    right: 50%;
}
.form-group {
    margin-bottom: 15px;
}
.login .content .form-control {
    height: 43px;
    border: 1px solid #e5e9ed;
    font-size: 14px;
}
.form-control {
    outline: 0!important;
}
.btn, .form-control {
    box-shadow: none!important;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px!important;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
.login .captcha-image input {
    width: 180px !important;
}

.form-group .input-inline {
    margin-right: 5px;
}
.btn.verification-code-btn {
    outline: 0!important;
    box-shadow: none!important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 43px;
    line-height: 1.44;
    border-radius:3px;
    /* background:rgb(233,233,233); */
    background:#f4f5f9;
    color:#333;
}

.captcha-image{
    display: flex;
    justify-content: space-between;
}
.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .form-actions {
    clear: both;
    border: 0;
    padding: 10px 30px 10px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.login .content .form-actions .btn {
    font-size: 18px;
    width: 100%;
    height: 45px;
}
.login .content .form-actions>.btn {
    margin-top: -2px;
}
.btn.green-meadow:not(.btn-outline) {
    color: #FFF;
    background-color: rgba(38,185,154,1);
    border-color: #169f85;
}
