body {
    background-color: #f4f6f9;
    font-family: 'Open Sans', sans-serif;
}
.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.auth-box {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 400px;
}
.auth-logo {
    text-align: center;
    margin-bottom: 30px;
}
.auth-logo img {
    max-width: 200px;
}
.auth-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #054C2C;
    line-height: 28px
}
.auth-form p {
    line-height: 16px;
}
.auth-form .form-group {
    margin-bottom: 20px;
}
.auth-form .input-group-addon {
    background-color: #f4f6f9;
}
.auth-form .btn-success {
    background-color: #054C2C;
    border-color: #054C2C;
}
.auth-form .btn-success:hover {
    background-color: #043d23;
}
.auth-links {
    text-align: center;
    margin-top: 20px;
}
.auth-links a {
    color: #054C2C;
}
.logo{
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo-text{
    line-height: 24px;
}
.logo-text span{
    display: block;
    font-size: 24px;
}
.logo-text small{
    font-size: 13px!important;
    margin-top: -5px;
    font-weight: normal;
}
.slogan{
    margin-top: 15px!important;
}
#signin-demo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    padding: 6px;
    border-radius: 3px;
}
#signin-demo img { cursor: pointer; height: 40px; }
#signin-demo img:hover { opacity: .5; }
#signin-demo div {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 6px;
}
.signin-container{
    display: flex!important;
    flex-direction: column;
    width: 1200px!important;
}
.signin-area{
    display: flex;
}
.signin-info{
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.form-actions{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 35px!important;
}
.form-actions a{
    line-height: 25px;
    font-size: 12px!important;
    margin-left: 0!important;
}
.signin-form-icon{
    line-height: 20px!important;
    font-size: 18px!important;
    left:3px!important;
}
.page-signin .form-group.w-icon input[type=number], 
.page-signin .form-group.w-icon input[type=email] {
    font-size: 15px;
    padding-left: 56px;
}
