@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600);


/*******************************
* 
*            LOGIN
* 
********************************/

select:focus {
    outline: 0;
    box-shadow: none;
}

#selectDomain {
    height: 100%;
    text-align-last: center;
    font-size: 16pt;
    letter-spacing: 0.05em;
    color: #aaa;
    top: -2px;
}

    .manager-form p input,
    .manager-form p span{
        position: relative;
        top: 11px;
        display: block;
        width: 290px;
        margin: 0 auto;
        font-size: 16pt;
        text-align: center;
        color: #5c8a13;
        background: none;
        border: 0;
        z-index: 5;
    }


        .login-submit-btn-bg{
            position: absolute;
            bottom: 18%;
            left: 50%;
            display: block;
            width: 8%;
            height: 42%;
            margin-left: -3%;
            background-color: #5c8a13;
            border-radius: 50%;
            box-shadow: 0 0 40px 0 rgba(0,0,0,0.3);
            z-index: 1;
            transition: background-color 0.3s 0.25s;
        }

            .login-submit-box:hover .login-submit-btn{
                color: #5c8a13;
            }
            .login-submit-box:hover .login-submit-btn-bg{
                background-color: white;
            }


                    .recovery-form_title h3{
                        margin: 0;
                        margin-bottom: 10px;
                        color: #5c8a13;
                    }


                    .pass-recovery-toggle > a{
                        color: #5c8a13;
                    }
                        .recovery-form-message {
                            display: none;
                            width: 65%;
                            margin: 0 auto;
                            padding: 10px 0;
                            font-size: 0.9em;
                            color: #ffffff;
                            font-weight: bold;
                            background-color: #0cb30c;
                            border-radius: 25px;
                        }
                        .error .recovery-form-message{
                            padding: 15px 0;
                            background-color: #5c8a13;
                            color: white;
                        }

/* Password renewal landing page */

.submit-button{
    display: inline-block;
    height: 42px;
    line-height: 40px;
    margin: 15px 0 40px 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #5c8a13;
    border-radius: 20px;
    border: 0;
    color: white;
    cursor: pointer;
}


/*******************************
*
*         MANAGER HOME
*
********************************/

#cambioPassword {
    text-decoration: none;
    color: #175784;
    font-size: smaller;
    padding-right: 50px;
}