body {
    background-color: white;
}

.columnLogo {
    /* padding: 25px; */
    padding-left: 0px;
    position: fixed;
    top: 0;
    left: 0;
}

.columnForm {
    margin-left: 55%;
}

.imageContainer {
    position: relative;
    /* height: calc(100vh - 50px); */
    height: 100vh;
}

.authentication-image {
    /* border-radius: 44px; */
    border-radius: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.big-OverColor {
    /* border-radius: 44px; */
    border-radius: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.texContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 64px;
    text-align: left;
}

.texContainer h1 {
    color: #FFF;
    font-family: "CuristicExtraBold";
    font-size: 34px;
    line-height: 41.45px;
}

.texContainer span {
    color: #1DAC8E;
}

.texContainer p {
    color: #FFF;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 64px;
}

.texContainer h2 {
    color: #FFF;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
}


.Curlogo {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.Curlogo img {
    width: 246px;
}


.login-form label {
    color: #737373;
    font-family: "CuristicRegular";
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 21.94px;
}

.login-form input,
.login-form select {
    color: black;
    background-color: white;
    font-family: "CuristicMedium";
    /* font-size: 20px; */
    font-size: 18px;
    line-height: 24.38px;
    margin-bottom: 10px;
    /* padding: 24px; */
    padding: 15px;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    width: 100%;
}

.login-form select {
    appearance: none;
    background-image: url('/Assets/Images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 1.5rem auto;
    margin-bottom: 0px;
}

.login-form input:focus,
.login-form select:focus {
    box-shadow: none;
    border: 2px solid #F2F2F2;
    color: black;
}

.login-form input::placeholder {
    color: #B9B9B9;
}

.login-form .form-check label {
    color: #0974BA;
    font-family: "CuristicMedium";
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 24.38px;
    margin-bottom: 0px;
    /* margin-top: 5px; */
    margin-top: 3px;
}

.login-form .form-check-input {
    /* width: 22px;
    height: 22px; */
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 5px;
    border: 2px solid #0974BA;
}

.login-form .form-check-input:focus {
    /* width: 22px;
    height: 22px; */
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 5px;
    border: 2px solid #0974BA;
}

input[type="checkbox"]:checked {
    background-color: #0974BA;
}

.forget {
    color: #0974BA;
    font-family: "CuristicBold";
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 24.38px;
    margin-bottom: 0px;
    text-decoration: none;
}

.login-form p {
    color: black;
    font-family: "CuristicMedium";
    font-size: 14px;
    line-height: 17.07px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.login-form p a {
    color: #0974BA !important;
    font-family: "CuristicBold";
}

.login-form button:disabled,
.login-form button:hover {
    /* padding: 14px 24px; */
    padding: 12px;
    border-radius: 14px;
    background-color: #B9B9B9;
    font-family: "CuristicBold";
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 21.94px;
    margin-bottom: 0px;
    color: white;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 30px;
    width: 50%;
}

.login-form button,
.login-form button:hover {
    /* padding: 14px 24px; */
    padding: 12px;
    border-radius: 14px;
    background-color: #0974BA;
    font-family: "CuristicBold";
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 21.94px;
    margin-bottom: 0px;
    color: white;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 30px;
    width: 50%;
}

.create-account {
    color: #737373;
    font-family: "CuristicMedium";
    /* font-size: 20px; */
    font-size: 18px;
    line-height: 24.38px;
    margin-bottom: 0px;
    text-align: center;
    /* margin-top: 50px; */
    margin-top: 40px;
}

.create-account a {
    color: #0974BA !important;
    font-family: "CuristicBold";
    text-decoration: none;
}

.password-box {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

#LoginDiv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

#SignupDiv {
    position: absolute;
    width: 40%;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top: 30px;
}

.generalContainer {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 480px) {

    .columnLogo {
        display: none;
    }

    .columnForm {
        margin-left: 0%;
    }

    .Curlogo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .login-form {
        padding: 15px;
    }

    .forget {
        font-size: 16px;
    }

    .login-form .form-check label {
        font-size: 16px;
    }

    .login-form .form-check-input {
        width: 20px;
        height: 20px;
    }

    .login-form button,
    .login-form button:hover {
        width: 60%;
    }

    .create-account {
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .authentication-image {
        height: auto !important;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding: 0px;
    }

    #LoginDiv {
        position: relative;
        transform: none;
        width: auto;
    }

    #SignupDiv {
        position: relative;
        transform: none;
        width: auto;
        padding-bottom: 0px;
    }

    .login-form input,
    .login-form select {
        /* padding: 20px; */
        padding: 14px;
        /* font-size: 18px; */
        font-size: 14px;
    }

    .generalContainer {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}