body {

    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*height: 100%;*/
    /*background-color: #B0BEC5;*/
    background: #FFFFFFFF no-repeat;
    font-family: Helvetica, Arial, sans-serif;
}



.welcome-info {
    padding-top: 20px;
    line-height: 1.3em;
    /*text-align: center !important;*/
    /*font-size: calc(16px + 1vw);*/
    color: #3D67B1;
    /*font-weight: 300 !important;*/
}

body.index-index {
    /*background: url(../images/ba1.jpg) !important;*/
     /*background-image: url(../images/bal.png);*/
    background-size: cover !important;
}

body.home-index {
     /*background-image: url(../images/bal.png);*/
    background-size: contain !important;
}







/*.input-group-text {*/
/*display: flex;*/
/*align-items: center;*/
/*padding: .375rem .75rem;*/
/*margin-bottom: 0;*/
/*font-size: 1rem;*/
/*font-weight: 400;*/
/*line-height: 1.5;*/
/*color: #FF6600;*/
/*text-align: center;*/
/*white-space: nowrap;*/
/*background-color: #e9ecef;*/
/*border: 1px solid #ced4da;*/
/*border-radius: .25rem;*/
/*}*/

/*.btn-in {*/
/*padding: 0px 0.9rem 0px 1.2rem;*/
/*border: none;*/
/*border-radius: 0.7rem 0.7rem;*/
/*margin-left: -16px;*/
/*!* background-color: #DADADB; *!*/
/*}*/

.bg-lighta {
    /*background: url(../images/rectangle.png) !important;*/
    /*background-color: #FFFFFF2F;*/
    background-color: #FFFFFF5F;
    border-radius: 10px;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 10px
}

.card2 {
    /*margin: 0px 40px ;*/
    margin: 0px 50px;
    padding: 5px 5px 5px 5px;
}

.logo {
    width: 200px;
    /*height: 150px;*/
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 566px;
    height: 368px
}

.border-line {
    /*border-right: 1px solid #EEEEEE*/
    border-right: none
}

.text-danger {
    color: #FF6600 !important;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

/*input,*/
/*textarea {*/
/*padding: 10px 12px 10px 12px;*/
/*border: 1px solid lightgrey;*/
/*border-radius: 2px;*/
/*margin-bottom: 5px;*/
/*margin-top: 2px;*/
/*width: 100%;*/
/*box-sizing: border-box;*/
/*color: #2C3E50;*/
/*font-size: 14px;*/
/*letter-spacing: 1px*/
/*}*/

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

a:hover {
    color: #FF6600;
    cursor: pointer
}

.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #FF6600;
    color: #fff;
    cursor: pointer
}

.bg-footer {
    color: #fff;
    background-color: #3D67B1
}

.btn-primar:hover {
    color: #fff;
    background-color: #3D67B1;
    border-color: #3D67B1;
}

.btn-primar {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
}

.btn-primarl:hover {
    color: #fff;
    background-color: #3D67B1;
    border-color: #3D67B1;
}

.btn-primarl {
    color: #3D67B1;
    /*background-color: #FF6600;*/
    border-color: #FF6600;
    padding: 0.8rem 0.8rem !important;
    border-radius: 15px !important;
}

.card {
    background-color: #73E6FA;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}

.text-navy {
    color: #3D67B1;
}