﻿.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

.gradient-custom-3 {
    background-image: url(../../Images/woman-using-smartphone-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.login-box {
    margin: 0;
}

.overlay-bg {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media(max-width:991px) {
    .overlay-bg {
        position: relative;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}
