﻿
.txt-primary-mawani {
    color: #324772;
}

.btn-primary-mawani {
    background-color: #1961aa;
    border-color: #27697e;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    width: 100%;
}

    .btn-primary-mawani:hover {
        color: #ffffff;
        background-color: #27697e;
        border-color: #1961aa;
    }


.btn-outline-primary-mawani {
    color: #1961aa;
    background-color: #fff;
    background-color: transparent;
}

    .btn-outline-primary-mawani:not(:disabled):not(.disabled).active,
    .btn-outline-primary-mawani:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary-mawani.dropdown-toggle {
        color: #fff;
        background-color: #1961aa;
        border-color: #27697e;
    }

.form-control-primary-mawani {
    border-color: #1961aa;
    color: #27697e;
}


.form-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    min-height: auto;
    height: 100vh;
    width: 50%;
}

    .form-image .l-image {
        /*        background-image: url(https://cdn.pixabay.com/photo/2015/12/10/16/39/shield-1086703_960_720.png);*/
        position: absolute;
        text-align: center;
        /*        top: 120px;
        left: 60px;*/
        width: 100%;
        height: 100%;
        /*        background-color: #060818;*/
/*        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35%;
        background-position-x: center;
        background-position-y: center;*/
    }
.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    text-align:center;
}
@media (max-width: 1080px) {
    .form-form {
        width: 100%;
    }

        .form-form .form-form-wrap {
            min-width: auto;
        }

    .form-image {
        display: none;
    }
}

@media(max-width : 920px) {
    .form-image {
        display: none;
    }
    .col-sm-hidden {
        display: none;
    }
}
.btn-primary-ithraa {
    background-color: #1961aa;
    border-color: #27697e;
}