/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-dic-2014, 11:50:12
    Author     : sebastian
*/

/***
Login page
***/

/* logo page */
.login {
  background-color: #222d32 !important;
}
.login-logo a{
    color: #fff!important;
}
    
.login-box-body{
    overflow: hidden;
}
.login-box-body form[name="recovery_email"]{
    display: none;
}
/*Alert message*/
#alert-box-body{
    margin-top: 20px;
    background: transparent;
    padding: 0px;
}
.alert-box {
    border: 2px solid #ea4aaa;
    border-radius: 6px!important;
    color: white;
}
.alert-box h4{
    color: #ea4aaa;
    font-size: 22px;
    text-align: center;
}
#alert-box{
    padding: 20px;
}
textarea{
    color: #444;
    opacity: 0.7;
}
button#send-issue{
    background-color: #ea4aaa!important;
    border: none;
    color: #fff;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/07/2020, 13:21:02
    Author     : cborre
*/

.close {
    margin-top: -25px!important;
}

.login-box-msg {
    padding-bottom: 0px!important;
}

.box-recovery {
    margin-right: 10px!important;
    margin-left: 10px!important;
}

.alert-recovery-password {
    margin-top: 10px;
    margin-bottom: 0px!important;
    border: 0px!important;
    border-radius: 0px!important;
}
