/*
*
* WEBVERDER TOOLS 
*
*/

/* Login */

img.webverder_char {
    position: absolute;
    top: -100px;
    height: 100px;
    right: 20px;
    -webkit-box-shadow: 0 6px 10px -11px black;
    -moz-box-shadow: 0 6px 10px -11px black;
    box-shadow: 0 6px 10px -11px black;
}

.wv-error.fg-line:not([class*=has-]):after {
    background: #F44336;
}

.wv-passed.fg-line:not([class*=has-]):after {
    background: green;
}

.btn-forgot-success, .btn-forgot-success:hover:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* End of Login*/