body, html {
    height             : 100%;
    background-repeat  : no-repeat;
    background-image   : linear-gradient(rgb(114, 192, 91), rgba(252, 105, 1, 0)), url('/img/fondo.png');
    background-position: bottom;
}

.container{
    padding-top:4.2rem;
    padding-bottom:4.2rem;
}


.myform{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
}
.tx-tfm{
    text-transform:uppercase;
}
.mybtn{
    border-radius:50px;
    background-color     : #100b0a;
}

.mybtn:hover,
.mybtn:active,
.mybtn:focus {
background-color: #72c05b;
}


#profile-img{
    width:50%;
}