﻿.lyear-wrapper {
    position: relative;
}

.lyear-login {
    display: flex !important;
    min-height: 100vh;
    align-items: center !important;
    justify-content: center !important;
}
 .lyear-login:after {
        content: '';
        min-height: inherit;
       font-size: 0;
 }

.login-center {
    background: #fff;
    min-width: 29.25rem;
    padding: 2.14286em 3.57143em;
    border-radius: 5px;
    margin: 2.85714em;
}

.login-header {
    margin-bottom: 1.5rem !important;
}

.login-center .has-feedback.feedback-left .form-control {
    padding-left: 38px;
    padding-right: 12px;
}

.login-center .has-feedback.feedback-left .form-control-feedback {
    left: 0;
    right: auto;
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 4;
    color: #dcdcdc;
}

.login-center .has-feedback.feedback-left.row .form-control-feedback {
    left: 15px;
}

.loginhome {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.loginhomeimage {
    top: 50%;
    left: 50%;
    height: 576px;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.headfont {
    height: 65px;
    font-size: 2rem;
    align-items: center;
    padding: 25px;
    color: #1890ff;
    font-weight: bold;
}