.bg-side{
    background-color: #391D34;
    color: white;
    height: 100vh;
}

.bg-sid{
    background-color: #391D34;
    color: white;
    height: 100%;
}

.footer {
    position: fixed;
    bottom:0;
    left:10;
}

.header{
    border-bottom: 1px solid white;
    padding: 20px;
}

.body-form{
    padding: 20px;
}

.font-logo{
    margin-left: 10px;
    font-size: 40px;    
}

.btn-custom-primary{
    background-color: #3D7B80;
    border: none;
    box-shadow: 2px 2px 5px 1px black;
    color: white;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

@media(max-width: 700px){
    .bg-side{
        background-color: #391D34;
        color: white;
        height: 100%;
    }
    
}

@media(max-width: 900px){
    .btn-custom-success{
        background-color: #587cf3;
        border: none;
        box-shadow: 2px 2px 5px 1px black;
        color: white;
        font-size: 13px;
        padding: 5px 20px 5px 20px;
        border-radius: 10px;
        margin-top: 15px;
        display:flex;
    }
    
}

@media(min-width:901px){
    .btn-custom-success{
        background-color: #587cf3;
        border: none;
        box-shadow: 2px 2px 20px 1px black;
        color: white;
        font-size: 15px;
        padding: 5px 20px 5px 20px;
        border-radius: 10px;
        margin-top: 15px;
        margin-left: 15px;
        width: 200px;
        height: 55px;
    }
}


.link-float{
    text-decoration: none;
    float: right;
    margin: 20px;
}

.side-logo{
    text-align: center;
    margin-top: 60px;    
}
