﻿body {
    background-color: #EEF1F8;
}
.btn-xl-orange {
    font-family: KAASI-SemiBold !important;
    color: #FFFFFF;
    font-size: 14px !important;
    /*text-transform: uppercase;*/
    letter-spacing: 0.25px;
    height: 40px;
    border-radius: 4px;
    background-color: #2ECF78;
    border: none !important;
    outline: none !important;
    box-shadow: 0 0 11px #eaf0f6;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 0 !important;
    transition: all .35s ease-in-out;
    width: 100%;
}

    .btn-xl-orange:hover {
        cursor: pointer;
        background-color: #1bba63;
    }

.ff-bg {
    background-image: url("../images/kaasi-login-2.jpg");
    height: 432px;
    text-align: center;
/*    border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
}

.pw-error {
    color: #D9534F !important;
}
.box-shadow-login {
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    border-radius: 12px;
    border: 1px solid #DCDCDC;
}
.box-login-left {
    background-color: #D9534F;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.box-login-right {
    background-color: #FFFFFF;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.input-l-username {
    font-family: KAASI-Medium !important;
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 14px !important;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0px;
}
.input-l-username::-webkit-input-placeholder {
    color:#CCCCCC;
}
.input-l-username:focus {
    border-color: #2ecf78 !important;
}
.recover {
    font-family: KAASI-Medium !important;
    color: #00B545;
}
    .recover:hover {
        cursor: pointer;
        color: #00822f;
    }