body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
li,h1{
    color:black;
}

*{
    margin: 0;
    padding: 0;
}
.log-sec{
    width:100%;
    display: flex;
}
.img{
    width: calc(100% - 600px);
    /*width:60%;*/
    /*background: url(../images/lg-bg.jpg) center;*/
    background: url(../images/jpl-img.jpg) center;
    background-size: cover;
}
.form-sec {
    background: #fff;
    padding: 30px 50px;
    width: 600px;
    /*width:40%;*/
    text-align: center;
    box-shadow: 0px 4px 16px rgba(0,0,0,15%);
    height: 100vh;
}
.form-sec .login-logo {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-sec h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.form-sec .form-label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.form-sec .form-control  {
    font-size: 13px;
    color: #555;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.form-sec .form-control.text{
    height: auto;
}
.form-sec .first-btn {
    background: #00B881;
    border: 1px solid #00B881;
    color: #fff;
    padding: 6px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-sec p{
    margin-bottom: 0;
    font-size: 13px;
    color: #555;
    text-align: center;
}
.form-sec p span,.form-sec .form-label span{
    color: #f00;
}


.flash-msg {
    text-align: center;
    color: #da251c !important;
    background: #fff4b8;
    text-transform: none !important;
    padding: 4px 8px;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    border: 1px solid #ffa500;
}




.thank-sec {
    background: #EDF4E4;
    height: calc(100vh - 52px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.thank-sec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-right: none;
    border-top: none;
    border-left: 200px solid #FFE200;
    border-bottom: 200px solid transparent;
}
.col-sec {
    text-align: center;
}
.circle {
    width: 85px;
    height: 85px;
    background: #00B881;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 40px;
}
.col-sec h2{
    font-size: 78px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
}
.col-sec p{
    font-size: 20px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}
.col-sec p span{
    font-size: 18px;
    font-weight: 400;
    color: #00855D;
    margin-bottom: 20px;
}
.col-sec a{
    background: #00B881;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

/*------Select 2 CSS-------*/

.select2-container .select2-selection--single {
    height: 40px;
    width: 100%;
    border-color: #d4d4d4;
    border: 1px solid #ccc;
    outline: 0;
    letter-spacing: 0.035em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple,
.select2-dropdown {
    border-color: #d4d4d4;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 38px;
    font-size: 13px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 40px;
    right: 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}
.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    border-color: #d4d4d4;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    padding-top: 3px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #fff;
}
.select2-dropdown {
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
}
.select2-search--dropdown {
    padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}
/*.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ed1c24;
    color:#ed1c24;
    background-color: #fae202;
    color: #fff;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #ed1c24;
    background-color: #fae202;
        color:#ed1c24;
}*/


@media (max-width: 1200px){
}
@media (max-width: 1024px){
}
@media (max-width: 991px){
    .md_b{
        margin-bottom: 20px;
    }
    .top_search{
        display: none;
    }
    .col-menu {
        position: relative;
    }
    .menu {
        position: absolute;
        right: 0;
        top: -50px;
    }
    .navbar-toggler {
        background: #DC2626;
        color: #484848;
        height: 42px;
        width: 42px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler-icon{
        width: auto;
        height: auto;
        color: #fff;
    }
    .login {
        display: flex;
        padding-right: 52px;
    }
    .logo2 img {
        width: 80%;
    }
    .mbl{
        display: block;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        background: rgba(0,0,0,90%);
        height: 100vh;
        z-index: 9999;
    }
    .header.fixed-top .mbl a img {
        width: 50%;
    }
}
@media (max-width: 890px){

    .log-sec {
        width: 100%;
        display:inherit;
    }
    .img {
        width: 100%;
        height: 600px;
    }
    .form-sec {
        width: 100%;
        height:auto;
    }
    .form-sec .login-logo{
        display:none
    }
    .form-sec{
        padding:30px;
    }

}
@media (max-width: 800px){
}
@media (max-width: 768px){
}
@media (max-width: 600px){
}
@media (max-width: 575px){
    .sm_b{
        margin-bottom: 20px;
    }
    .notification{
        padding:9px 12px;
    }
    .notification span{
        display:none;
    }
    .notification i{
        margin-right:0;
    }
    .navbar-collapse {
        width: 220px;
    }
    .header.fixed-top .mbl a img {
        width: 59%;
    }
}
@media (max-width: 500px){
    .log-sec {
        width: 100%;
        display:inherit;
    }
    .img {
        width: 100%;
        height: 400px;
    }
    .form-sec {
        width: 100%;
        height:auto;
    }
    .form-sec .login-logo{
        display:none
    }
    .form-sec{
        padding:30px;
    }
}

@media (max-width: 440px){
}













