﻿body{
    background-color:#eeeeee;
}
nav {
    background-color: #424242 !important;
    
}
.gradient-custom-2 {
    /* fallback for old browsers */
    /*background: #fccb90;*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right,#2196F3, #89A9F0, #97F2D7, #55ED99);*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, #2196F3, #89A9F0, #76bdf6, #55ED99);*/
    background: rgb(33,150,240);
    /*background: linear-gradient(120deg, rgba(33,150,240,1) 25%, rgba(0,212,255,1) 56%, rgba(73,222,178,1) 94%);*/
    background: linear-gradient(28deg, rgba(0,200,83,1) 30%, rgba(51,200,113,1) 60%, rgba(115,233,164,1) 90%);
    /*background: -webkit-linear-gradient(120deg, rgba(33,150,240,1) 25%, rgba(0,212,255,1) 56%, rgba(73,222,178,1) 94%);*/
    background: -webkit-linear-gradient(28deg, rgba(28deg, rgba(0,200,83,1) 30%, rgba(51,200,113,1) 60%, rgba(115,233,164,1) 90%);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 80vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}
