﻿.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #1973D1, #135CC5, #0C3BAA, #061993, #010280);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #1973D1, #135CC5, #0C3BAA, #061993, #010280);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}
.img-right{
    width: 100%;
}
.error{
    color: red!important;
}
body{
    background-image: url(../imgs/blue-gradient-abstract-background-empty-room-with-space-your-text-picture.jpg)!important;
}