﻿.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background .2s linear;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);

}

.vca-office-info-div {
    color: white;
    /*position: fixed;*/
    bottom: 0;
    top: 200px;
    /*float: right*/
    /*align-content:center;*/
    margin-top:15px;
}

.vca-border {
    border: 2px solid white;
    width: 160px;
}

.no-margin {
    margin: 0px;
}

.ibox-content {
    clear: both;
}

.ibox-content {
    background-color: #f1f1f1;
    color: inherit;
    padding: 50px 50px 51px 50px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    width: 444px;
    height: auto;
    /*position: fixed;*/
    bottom: 0;
    top: 200px;
}

.vca-btn {
    background-color: #db3928;
    color: white;
    width: 100%;
    border-radius: unset;
}

.form-control {
    border-radius: unset;
}

.show-in-desktop {
    display: inline-block;
}

.hide-in-desktop {
    display: none;
}

@media(max-width:1090px) {
    /*.main-row {
        margin-left: 134px;
        margin-top: -166px;
    }*/

    .hide-in-mobile {
        display: none;
    }

    .ibox-content {
        position: unset;
    }

    .show-in-mobile {
        display: inline-block;
    }
}
.top-row {
    margin: 0 auto;
    width: 60%;
    margin-top: 120px
}
@media(max-width:767px) {

    .ibox-content {
        position: unset;
        width: auto;
    }
    .top-row {
        margin: 0 auto;
        width: 100%;
        margin-top: auto;
    }
    /*vca-office-info-div {
            position: unset;
            float: left;
        }*/
    /*.main-row {
        margin-left: auto;
        margin-top: -166px;
    }*/

    .hide-in-mobile {
        display: none;
    }

    .show-in-mobile {
        display: inline-block;
    }
}

/*.fa{
            color: #db3928;
        }*/
