body {
    margin: 0;
}

img {
    width: 100%;
}

i {
    color: #2b6caf;
    font-size: 24px;
}

a {
    color: #2b6caf;
    font-weight: 500;
}

input {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #2b6caf!important;
}

input::placeholder {
    color: #c6c6c6!important;
    font-style: italic;
}

input:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #e1e1e1!important;
}

.background {
    display: block;
}
.mobile-background {
    display: none;
}

.input-group span {
    border: 2px solid #e1e1e1;
    background-color: #e1e1e1;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group input {
    border: 2px solid #e1e1e1;
    background-color: #f6f6f6;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

#btn_register {
    background: #2B6CAF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
}

/* .body-section {
    background-image: url('../images/Background.png');
    background-position: top right;
    background-repeat: no-repeat;
} */

.top-placeholder {
    top: 1.7%!important;
}
.top-placeholder img {
    width: 1080px;
}

.form-container {
    /* width: 65%; */
    top: 47%!important;
    text-align: center;
    /* width: 75vw; */
}

.form {
    left: 35%!important;
    width: 30%;
    padding-top: 40px;
}

.frm-msg {
    font-size: 15px;
    color: rgb(255,0,0);
    margin-bottom: 0.5rem;
}

.no-login {
    font-size: 14px;
}

.dropdown a.btn,
.dropdown a.btn:hover,
.dropdown a.btn:active,
:not(.btn-check)+.btn:active {
    color: #c6c6c6;
    background: #f6f6f6;
    border: 2px solid #e1e1e1;
    font-size: 18px!important;
    font-weight: 500!important;
    font-style: italic;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-left: none;
}
.dropdown a.btn span,
.dropdown-menu span {
    background: none;
    border: none;
}
#mobile {
    border-right: none;
}
.mobile-container>span {
    padding: 0 0.95rem;
}
.dropdown-menu {
    overflow-y: scroll;
    height: 250px;
}
.dropdown-item {
    font-size: 18px!important;
    font-weight: 500!important;
    color: #c6c6c6;
}


.dk {
    display: block;
}
.mb {
    display: none;
}

.body-bg {
    background-image: url('../images/Background.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout {
    /* width: 90%; */
}

@media only screen and (max-width: 1600px){
    .form {
        padding-top: 60px;
        width: 35%;
    }
    .element img {
        width: 70%!important;
    }
    .form-container {
        /* width: 55%; */
        top: 45%!important;
    }

    .input-group input {
        font-size: 12px!important;
        padding: 0 0.5rem;
    }
    .dropdown a.btn, 
    .dropdown a.btn:hover, 
    .dropdown a.btn:active, 
    :not(.btn-check)+.btn:active {
        font-size: 10px!important;
    }
    i {
        font-size: 12px;
    }
    .input-group span.input-group-text,
    .dial-code {
        padding: 4px 8px;
    }
    .frm-msg {
        font-size: 11px;
    }
    #btn_register {
        font-size: 12px;
    }
    .mobile-container>span {
        padding: 0 0.65rem!important;
    }
    .layout {
        width: 750px;
    }
}

@media (max-width: 1600px) and (min-height: 800px) {
    .layout {
        width: 850px;
    }
}
@media only screen and (max-width: 1400px){
    input {
        font-size: 14px!important;
        font-weight: 500!important;
        color: #2b6caf!important;
    }

    .dropdown-toggle {
        font-size: 14px!important;
    }
    .form-container {
        /* width: 75%; */
        top: 47%!important;
    }
    .top-placeholder img {
        width: 920px;
    }
    
    .layout {
        width: 830px;
    }
}

@media only screen and (max-width: 1366px) {
    .form-container {
        /* width: 58%; */
        top: 45%!important;
    }
}
@media (max-width: 1366px) and (max-height: 657px) {
    .layout {
        width: 700px;
    }
 }

@media only screen and (max-width: 768px){
    body {
        background-image: url('../images/mobile-bg.png');
        background-position: center center;
        background-size: auto;
        background-repeat: no-repeat;
    }
    i {
        font-size: 16px;
    }
    .background {
        display: none;
    }
    .mobile-background {
        display: block;
    }
    .top-placeholder img {
        width: 350px;
    }
    .dk {
        display: none;
    }
    .mb {
        display: block;
        position: fixed;
        bottom: 0;
    }
    .form-container {
        width: 98%!important;
        /* top: 47%!important; */
    }
    .form {
        left: 35%!important;
        width: 65%;
        background: #fff;
        padding: 30px 10px;
        border-radius: 20px;
    }

    input {
        font-size: 14px!important;
    }
    .input-group span {
        border: 1px solid #e1e1e1;
    }
    .input-group input {
        border: 1px solid #e1e1e1;
    }
    .no-login {
        font-size: 12px;
    }
    .footer-section {
        display: none;
    }
    .layout {
        width: 100%;
    }
}