
body, html{    
    font-family: 'Raleway', 'Roboto', Helvetica;
}
.bg{
    background: rgb(255,10,178);
    background: -moz-linear-gradient(0deg, rgba(255,10,178,1) 15%, rgba(118,0,121,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,10,178,1) 15%, rgba(118,0,121,1) 100%);
    background: linear-gradient(0deg, rgba(255,10,178,1) 15%, rgba(118,0,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#760079",endColorstr="#FF0AB2",GradientType=1);
    height: 100%;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
}
main{
    position: relative;
    z-index: 1;
}
header{
    position: relative;
    z-index: 1;
    margin: 50px auto;
}
#result-recovery{
    margin: 0;
}
.card{
    box-shadow: #333 0px 1px 6px;
}
.fields-login{
    font-size: 1.3rem !important;
    font-weight: bold;
    color: #777;
}
.text-footer{
    font-weight: bold;
    color: #fff;
}