.bg-color-primary{
    background-color: #37AE5F;
}

h1, p{
    color: white;
}

h1{
    font-size: 40px;
}

p{
    font-size: 20px;
}

.full-height {
    height: 100%;
}

.custom-input{
    outline: 0;
    background-color: #37AE5F;
    border-width: 0 0 1px;
    border-color: white;
    color:white;
}

.btn-custom{
    background-color: #37AE5F;
    border-radius: 20px;
    color: white;
    border: 1px solid white;
    width: 300px;
}

.btn-custom:hover{
    background-color: white;
    color: #37AE5F;
}

.bg-profile{
    position: absolute;
    z-index: 1;
    width:350px;
    right:0;
    top:30;
}