.leftSide {
    width: 350px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%);
}

.firstArea {
    background-image: url("../img/solzemin.png");
}

.HoodArea {
    text-align: center;
    line-height: 24px;
}

.firstHood {
    font-size: 26px;
    font-weight: 800;
    color: #7038ff;
}
.secondHood {
    font-size: 26px;
    font-weight: 500;
    color: #7038ff;
}

.homeImage {
    width: 400px;
    height: auto;
}

.works {
    text-decoration: none;
    font-size: 11px;
    color: #7038ff;
    margin-top: 30px;
    font-weight: 500;
}

.works a {
    text-decoration: none;
    font-size: 11px;
    color: #7038ff;
    margin-top: 30px;
    font-weight: 500;
}

.bulutLogo {
    width: 75px;
    height: auto;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("../img/icon/tick.png") !important;
    background-size: 80%;
}

.form-check-input:checked {
    background-color: #e9eff6 !important;
    border-color: #e9eff6 !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-label {
    font-weight: 700;
    font-size: 14px;
}

.form-check-input {
    background-color: #e9eff6 !important;
    border: 0px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.formProperty {
    width: 300px;
}

.LoginHood {
    font-size: 26px;
    font-weight: 600;
}

.loginPageInput {
    background-color: #e9eff6 !important;
    color: #94a5b9 !important;
    font-size: 14px !important;
    padding: 16px !important;
    padding-left: 25px !important;
    border: 0px !important;
    outline: 0px !important;
}

.form-control:focus {
    box-shadow: none;
}

.forgetPassword {
    text-align: end;
}

.forgetPassword a {
    font-size: 12px;
    color: #94a5b9;
    text-align: end;
    text-decoration: none;
}

.removeAProperty {
    text-decoration: none !important;
}

.showPassword {
    position: absolute;
    top: 18px;
    right: 30px;
    cursor: pointer;
}

.h100vh {
    height: 100vh;
}

.pTB {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.loginButton {
    width: 100%;
    padding: 14px;
    margin-top: 8px;
    border-radius: 6px;
    background: linear-gradient(257deg, rgba(48, 107, 255, 1) 0%, rgba(116, 53, 255, 1) 100%);
    color: white;
    font-weight: 500;
    font-size: 14px;
    border: 0px;
    outline: 0px;
    box-shadow: -2px 10px 20px 0px grey;
}

@media only screen and (max-width: 1400px) {
    .homeImage {
        width: 250px;
        height: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .homeImage {
        width: 290px;
        height: auto;
    }

    .pTB {
        left: 40%;
    }

    .pTB {
    }
    .leftSide {
        width: 350px;
        text-align: center;
        position: absolute;
        top: 50%;
    }

    .firstArea {
    }
}


@media only screen and (max-width: 992px) {

    .leftSide {
        width: 350px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pTB {
        left: 50%;
    }

    .firstArea {
    }

    .homeImage {
        width: 220px;
        height: auto;
    }
}

@media only screen and (max-width: 769px) {
    .bg {
        background-image: url("../img/solzemin.png");
    }

    .pTB {
        text-align: -webkit-center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 576px) {
    .pTB {
    }
}
