﻿.signin-form .has-feedback {
    position: relative;
}

    .signin-form .has-feedback .form-control {
        padding-left: 36px;
    }

    .signin-form .has-feedback .mdi {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        width: 36px;
        height: 36px;
        line-height: 36px;
        z-index: 4;
        color: #dcdcdc;
        display: block;
        text-align: center;
        pointer-events: none;
    }

    .signin-form .has-feedback.row .mdi {
        left: 15px;
    }

.signin-form .form-group:last-child,
.login-right p:last-child {
    margin-bottom: 0px;
}

.login-right {
    background: #67b26f !important;
    background: -moz-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%) !important;
    background: -webkit-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%) !important;
    background: linear-gradient(45deg,#67b26f 0,#4ca2cd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b26f', endColorstr='#4ca2cd', GradientType=1 ) !important;
}

.login-box {
    max-width: 700px;
}

.login-right {
    max-width: 50%;
}
