﻿.login-main-section {
    height: 100vh;
}

    .login-main-section .form-section .greeting-heading h2 {
        font-family: "Nunito";
        font-style: normal;
        font-weight: 800;
        font-size: 39px;
        line-height: 53px;
        color: #000000;
    }

    .login-main-section .section-2 {
        background: #fefefe;
    }

    .login-main-section .login-form-section {
        position: relative;
    }

    .login-main-section .section-2 .bg-img {
        position: absolute;
        right: -12px;
        top: 0;
        height: 100vh;
    }

    .login-main-section .form-section {
        margin: 100px 100px;
    }

    .login-main-section .form-section .input-sections {
            margin: 30px 0px;
            width: 270px;
        }

    .login-main-section .form-section .input-sections .microcare-login-btn {
                background: #068eee;
                border-radius: 10px;
                border: none;
                width: 100%;
                font-family: "Nunito";
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: #ffffff;
            }

    .login-main-section .form-section .input-sections .remember-inputs {
                width: 270px;
                font-family: "Nunito";
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                color: #000000;
                mix-blend-mode: normal;
            }

    .login-main-section .form-section .form-control {
            width: 270px;
            height: 40px;
            background: #e7f5ff;
            border-radius: 10px;
            border: none;
            font-family: "Nunito";
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: #000000;
        }

    .login-main-section .section-2 .company-policy-section {
        margin: 0px 100px;
    }

    .login-main-section .footer-section {
        position: absolute;
        bottom: 25px;
        width: 100%;
    }

        .login-main-section .footer-section .footer-right-section {
            margin-right: 1.5rem;
        }

.microcare-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 0.8rem;
    position: relative;
}

/*.f-com-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}

.f-com-logo img {
        width: 25%;
        height: 25%;
    }*/

.microcare-logo img {
        width: 30%;
        height: 20%;
    }

.leftsectioncolor {
    background-color: #e9eef4;
}

.custom-checkbox {
    height: 1em !important;
}

.custome-label{
    margin-bottom:0 !important;
}


.form-control {
    background: #ffffff;
    border: 1px solid #c1dae3;
    border-radius: 6px;
    padding: 5px 15px;
    color: #afafaf;
}

.form-control:disabled {
        background-color: rgba(255, 249, 249, 1);
    }

.input-group > .form-control {
    border-right: none;
}

.form-control::placeholder {
    color: #afafaf;
}

.form-check-input {
    margin-top: 0;
}

.form-select {
    /* background: #ffffff; */
    border: 1px solid #c1dae3;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #afafaf;
}

.form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
}

.f-submit-wrapper{
    display:flex;
    flex-direction:column;
    row-gap:0.8rem;
    justify-content:center;
    align-items:center;
}
.f-submitbtn {
    background: #068eee;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .f-submitbtn:hover {
        background: #068eee;
        /*background-color: #005bb5;*/ /* Darker shade on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
        color: #ffffff;
    }

.f-backbtn {
    border-radius: 10px;
    border: none;
    width: 100%;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #068eee;
}

.error-message {
    color: #ffffff; /* Red color for emphasis */
    background-color: #b94948; /* Light red background for visibility */
    padding: 5px;
    display: inline-block; /* Inline-block to fit within content width */
    border-radius: 3px; /* Rounded corners */
    margin-top: 5px; /* Adds space to avoid overlap */
    width: 100%; /* Full width for alignment */
}

/*MEDIA QUERYS*/

/* Tablet Devices */
@media(min-width: 768px) and (max-width: 1025px) {
    .login-main-section .form-section {
        margin: 135px 25px;
    }

    .login-main-section .form-section .f-form-section {
        margin: 100px 25px !important;
     }

   .login-main-section .footer-section {
            position: absolute;
            /*        top: 59vh;*/
            width: 100%;
        }

   .login-form-section{
        display:flex;
        justify-content:left;
        align-items:flex-start;
    }
   
   .login-main-section .section-2 .bg-img {
        width: 65%;
        right: -15%;
        height: auto;
        max-height: 80vh;
        /*        Reduce the width of the background image Adjust position if necessary Maintain aspect ratio Limit the height to 80% of the viewport height*/
    }
    .microcare-logo {
        margin-bottom: 0;
    }

    .microcare-logo img {
         width: 35%;
         height: 35%;
     }
}




/* Mobile devices Starts*/
@media (min-width: 320px) and (max-width: 600px) {

    .login-main-section .section-2 .bg-img {
        display: none !important;
    }
    .login-main-section .section-2 .company-policy-section {
        display: block !important;
        margin: 0px 40px;
    }
    .login-main-section .section-1 {
        display: none !important;
    }

    .login-main-section .footer-section .footer-right-section {
        margin-right: 0rem;
    }

    .login-main-section .form-section {
        margin: 100px 100px;
    }
    .login-form-section {
        display: flex;
        justify-content: center;
        align-items:safe center;
    }
    .footer-section{
        justify-content:flex-end;
        text-align:right;
    }
    .microcare-logo {
        margin-bottom: 0;
    }
    .microcare-logo img {
            width: 70%;
            height: 70%;
     }
    .login-main-section .footer-section {
        position: absolute;
        top: 95vh;
        width: 100%;
    }
}






