 :root {
            --primary-color: #2bb1e0;
        }

        body,
        html {
            height: 100%;
            margin: 0;
            font-family: "Roboto", sans-serif;
            background: url('../images/sign-in-background.png') no-repeat center center fixed;
            background-size: cover;
        }

        .top-bar {
            background-color: #55B3E0;
            padding: 15px 30px;
            color: white;
            font-size: 20px;
            font-weight: 600;
            height: 115px;
            display: flex;
            align-items: center;
        }

        .main-logo {
            max-width: 200px;
        }

        .form-container {

            margin: 60px auto 1.5em;
            width: 100%;
            background: hsla(0, 0%, 100%, .6);
            padding: 2em 4em 1em;
            border-radius: 1.5em;
            max-width: fit-content;
        }
        .form-heading{
            font-size: 19px;
            margin-bottom: 50px;
        }
        .login_wrapper {
            margin: 0 auto;
            width: 100%;
            background: hsla(0, 0%, 100%, .6);
            padding: 2em 4em 1em;
            border-radius: 1.5em;
            max-width: 590px;
        }

        .form-control {
            border: none;
            border-bottom: 1px solid #ccc;
            border-radius: 0;
            margin-bottom: 25px;
            box-shadow: none;
        }

        .form-control:focus {
            border-color: #55B3E0;
            box-shadow: none;
        }

        .form-label {
            font-size: 12px;
            color: #888;
            margin-bottom: 5px;
        }

        .btn-submit {
            background-color: #55B3E0;
            color: white;
            width: 100%;
            padding: 10px;
            border: none;
        }

        .btn-submit:hover {
            background-color: #469cc4;
        }

        .form-control:focus {
            background-color: transparent;
        }

        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: transparent;
            background-image: none;
            border: 1px solid #ccc;

        }

        .border-removed {
            border-top: none;
            border-left: none;
            border-right: none;
            -webkit-transition: none;
            transition: none;
            padding: 0;
            border-bottom-color: #d5dce0;
            color: #465560;
        }

        .form_group-half_half {
            display: flex;
            gap: 10px;
        }

        .footer {
            font-size: 12px;
            text-align: center;
            color: #777;
            margin-top: 20px;
        }

        .footer a {
            color: #06A3D6;
            text-decoration: none;
            margin: 0 5px;
        }

        footer {
            padding: 50px 0;
            background-color: #f1f1f1;
            text-align: center;
        }

        .eye-icon {
            position: absolute;
            right: 10px;
            top: 0px;
            cursor: pointer;
        }

        .button-primary {
            height: 40px;
            width: 182px;
            background-color: var(--primary-color);
            border: none;
            font-size: 14px;
            font-weight: 300;
            background-image: none;
            color: #fff;
            border-radius: 0;
        }
        ::placeholder{
            opacity: 0.5 !important;
        }
        .sign-in-button {
            padding: 17px 0;
            height: auto;
            margin: 0 auto 1em;
            background-color: var(--primary-color);
            color: #fff !important;
            width: 284px;
            clear: left;
        }

        