@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

body{
    background-color:#093b78;
    font-size: 13px;
}

.container {
    margin: 20px auto;
    width: 800px;
    padding: 30px
}

.card.box1 {
    width: 350px;
    height: 500px;
    background-color: #fff;
    color: #444;
    border-radius: 0
}

.card.box2 {
    width: 450px;
    height: 600px;
    background-color: #fff;
    border-radius: 0
}

.text {
    font-size: 12px
}

.box2 .btn.btn-primary.bar {
    width: 20px;
    background-color: transparent;
    border: none;
    color: #093b78
}

.box2 .btn.btn-primary.bar:hover {
    color: #366db0
}

.box1 .btn.btn-primary {
    background-color: #093b78;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd
}

.box1 .btn.btn-primary:hover {
    background-color: #366db0;
    color: #fff
}
/*
.nav.nav-tabs {
    border: none;
    border-bottom: 2px solid #ddd
}

.nav.nav-tabs .nav-item .nav-link {
    border: none;
    color: black;
    border-bottom: 2px solid transparent;
    font-size: 14px
}

.nav.nav-tabs .nav-item .nav-link:hover {
    border-bottom: 2px solid #093b78;
    color: #093b78
}

.nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    color: #093b78;
    border-bottom: 2px solid #093b78
}

.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    height: 20px;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 0px;
    letter-spacing: 1.5px;
    border-radius: 0
}

.inputWithIcon {
    position: relative
}
*/
/*
img {
    width: 50px;
    height: 20px;
    object-fit: cover
}
*/

.help-block.form-error{
    color: #dc3545 !important;
    font-size: 10px;
}

.inputWithIcon span {
    position: absolute;
    right: 0px;
    bottom: 9px;
    color: #444;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ddd
}


@media (max-width:750px) {
    .container {
        padding: 10px;
        width: 100%
    }

    .card.box1,
    .card.box2 {
        width: 100%
    }

    .nav.nav-tabs .nav-item .nav-link {
        font-size: 12px
    }
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/*preloader */
.preloader-bg-wrapper{position:fixed;background-color:rgba(0,0,0,.4);top:0;left:0;width:100%;height:100%;color:#000;text-align:center;z-index:9999999999;}.preloader-main-wrapper,.preloader-wrapper{position:relative;display:inline-block;overflow:hidden}.preloader-main-wrapper{background:#fff; width:100px;height:100px;top:calc(50% - 100px);padding:8px;-moz-border-radius:50px;-webkit-border-radius:50px;-khtml-border-radius:50px;border-radius:50px;text-align:center}.preloader-wrapper{width:80px;height:80px}
