#login {
    background: linear-gradient(120deg, #4c79d3 44.9%, #fff 45%) no-repeat fixed;
}

#home {
    background: linear-gradient(120deg, #fff 44.9%, #4c79d3 45%) no-repeat fixed;
}

header {
    border-bottom: 1px solid #bebcbc;
    padding: 5px;
    background-color: #fff;
}
.coins {
    position: absolute;
    bottom: 0;
}

.color-secundary {
    color: #4c79d3;
}

.info {
    background-color: white;
    border-radius: 20px 20px 0 0;
    padding: 20px 0 0;
}

.button-default {
    background-color: #4e0070;
    border-radius: 10px;
    color: white;
}

.button-cancel {
    border-radius: 10px;
}

.button-float {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    position: fixed;
    padding: 0 !important;
    bottom: 1rem;
    right: 2rem;
    font-size: 35px;
    background-color: #4e0070;
    border: 2px solid #4e0070;
    color: white;
}

.button-float:hover {
    border: 2px solid #4c79d3;
    color: #4c79d3;
    background-color: white;
}


.icon-detail {
    font-size: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.color-purple {
    color: #4e0070;
}

.text-login {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.button-login {
    background-color: #4e0070;
    border-radius: 10px;
    color: #fff;
    width: 50%;
    margin: 0 25%;
}
.button-login:hover, .button-default:hover {
    background-color: #4c79d3;
    color: #fff;
}

.link-default {
    color: #4e0070;
    cursor: pointer;
}

.link-default:hover {
    color: #4c79d3;
    
}

.logout {
    min-width: 5rem !important;
}

.menu {
    margin-right: 20px;
}