.titulo {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.margin-bottom1 {
    margin-bottom: 1px;
}

.recuperar-password {
    color: #5356ED;
    text-decoration: underline;
    font-size: 14px;
    float: left;
    padding-bottom: 40px;
    padding-top: 15px;
}

.btn-primary {
    height: 40px;
}

.mtop30 {
    margin-top: 30px;
}

.ibox-content {
    padding: 15px 30px 20px 30px;
    box-shadow: 0px 3px 6px rgba(111,111,111, 0.4);
    border: none;
}


.MBot50{
    margin-bottom: 50px;
}

.middle-box{
    padding-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -230px;
}

a:hover{
    color: #5356ED;
}

.w100{
    width: 100%;
}

.w520 {
    width: 520px;
}

.mBottom15 {
    padding-bottom: 15px;
}

.max_width_percent100 {
    max-width: 100%;
}

.horizontal_centered {
    margin-left: auto;
    margin-right: auto;
}

html, body{
    background-image: linear-gradient(152deg, #5356ED, #D951F1);
}

