input:focus {
    outline   : none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline        : none;
}

a:focus {
    text-decoration: none;
    outline        : none;
}

button {
    text-decoration: none;
}

button:hover {
    text-decoration: none !important;
    outline        : none !important;
}

button:focus {
    text-decoration: none !important;
    outline        : none !important;
    box-shadow     : none !important;
}


header {
    height: 68px;
}

.header-wrapper {
    padding        : 8px 30px;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    height         : 100%;
}

.header-wrapper .header-contact span {
    font-style  : normal;
    font-weight : normal;
    font-size   : 12px;
    line-height : 28px;
    color       : #00728F;
    padding-left: 15px;
}

section {
    height             : 90.82vh;
    background-size    : cover;
    background-position: center center;
    position           : relative;
}

.section-container {
    height         : 100%;
    display        : flex;
    /* justify-content: space-around; */
    align-items    : center;
    margin-left: 200px;
}

.section-container h3 {
    font-style    : normal;
    font-weight   : normal;
    font-size     : 54px;
    line-height   : 54px;
    text-transform: capitalize;
    color         : #FFFFFF;
}

.login-section {
    display    : flex;
    align-items: center;
}

.login-section .login-form {
    width        : 440px;
    padding      : 40px 60px;
    background   : #FFFFFF;
    box-shadow   : 0px 0px 10px 0.5px rgb(126 126 126 / 15%);
    border-radius: 8px;
}

.login-section .login-form h4 {
    font-style    : normal;
    font-weight   : 600;
    font-size     : 22px;
    line-height   : 28px;
    text-transform: capitalize;
    color         : #003140;
    text-align    : center;
    margin-bottom : 40px;
}

.login-section .login-form .form-group {
    margin-bottom: 25px;
    position     : relative;
}

.login-section .login-form .form-group .form-control {
    background    : #FFFFFF;
    border        : 1px solid #DBF0F5;
    box-sizing    : border-box;
    border-radius : 5px;
    font-style    : normal;
    font-weight   : normal;
    font-size     : 12px;
    line-height   : 24px;
    letter-spacing: 0.15px;
    color         : #808285;
    padding       : 18px;
    height        : 60px;
}

.login-section .login-form .form-group .form-control.is-invalid {
    border: 1px solid #dc3545;
}

.login-section .login-form .form-group .invalid-error {
    font-size   : 11px;
    width       : 100%;
    padding-left: 5px;
    position    : absolute;
    left        : 0;
    bottom      : -18px;
}

.login-section .login-form .checkbox label {
    position    : relative;
    font-style  : normal;
    font-weight : normal;
    font-size   : 12px;
    line-height : 28px;
    color       : #00ACD8;
    margin      : 0;
    padding-left: 28px;
    display     : inline-block;
}

.login-section .login-form .checkbox label input[type=checkbox] {
    position: absolute;
    opacity : 0;
    cursor  : pointer;
    height  : 0;
    width   : 0;
}

.login-section .login-form .checkbox label input[type=checkbox]:checked~.checkmark:after {
    display: block;
}

.login-section .login-form .checkbox label .checkmark {
    position     : absolute;
    top          : 50%;
    left         : 0;
    height       : 18px;
    width        : 18px;
    transform    : translateY(-50%);
    background   : #FFFFFF;
    border       : 1px solid #00ACD8;
    box-sizing   : border-box;
    border-radius: 3px;
}

.login-section .login-form .checkbox label .checkmark:after {
    content     : "";
    position    : absolute;
    display     : none;
    left        : 5px;
    top         : 0px;
    width       : 6px;
    height      : 12px;
    border      : solid #00ACD8;
    border-width: 0 2px 2px 0;
    transform   : rotate(45deg);
}

.login-section .login-form .link {
    font-style          : normal;
    font-weight         : normal;
    font-size           : 12px;
    line-height         : 28px;
    text-align          : right;
    text-decoration-line: underline;
    color               : #00ACD8;
}

.login-section .login-form .view-eye {
    position : absolute;
    right    : 20px;
    top      : 50%;
    transform: translateY(-50%);
    z-index  : 99;
}

.login-section .login-form .view-eye:hover {
    filter    : brightness(0.8);
    cursor    : pointer;
    transition: all 0.5s ease;
}

.login-section .login-form .view-eye.hide-password img {
    filter    : brightness(0.8);
    transition: all 0.5s ease;
}

.login-section .login-form .view-eye.hide-password:after {
    content   : '/';
    color     : #afc0c4;
    position  : absolute;
    right     : 6px;
    top       : 2px;
    transition: all 0.5s ease;
}

.login-section .login-form .btn {
    background    : #2754BA;
    border-radius : 5px;
    font-style    : normal;
    font-weight   : bold;
    font-size     : 14px;
    line-height   : 24px;
    text-align    : center;
    letter-spacing: 0.15px;
    color         : #FFFFFF;
    width         : 100%;
    margin-top    : 22px;
    padding       : 17px;
    border        : none;
}

.login-section .login-form .remember-pass {
    font-style    : normal;
    font-weight   : normal;
    font-size     : 12px;
    line-height   : 28px;
    letter-spacing: 0.7px;
    color         : #808285;
    margin-right  : 10px;
    margin-bottom : 0;
}

.footer-copyright {
    position: absolute;
    bottom  : 35px;
    left    : 30px;
}

.footer-copyright p {
    font-style : normal;
    font-weight: normal;
    font-size  : 11px;
    line-height: 13px;
    color      : #FFFFFF;
    margin     : 0;
}


/* updaetd style  */

.background_section img {
    width: 100%;
    
}


.header_img{
    height: 100%;
}
.login-section {
    position: fixed;
    top: 140px;
    right: 70px;
}
.left_section {
    position: absolute;
    top: 30%;
    left: 10%;
}

.p-0 {
    padding: 0px !important;
}

.w-100 {
    width: 100%;
}

.custom-link-class {
    font-weight: 600 !important;
    font-size: 15px !important;
}
.alert-danger {
    width: 500px;
    position: absolute !important;
    bottom: 10px;
    z-index: 1;
    left: 10px;
    height: 54px;
}

ul {
    list-style-type: none;
    position: absolute;
    left: 10px;
}