html, body {
    width: 100%;
    height: 100% !important;
}

.main, .row {
    height: 100%;
}

.logo {
    width: 70x !important;
    height: 70px !important;
    object-fit: cover;
    margin-right: 8px;
}

.header a {
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.form-container {
    padding: 20px !important;
}

.header {
    padding-bottom: 30px;
}

.form-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h2 {
    font-size: 55px;
}

.login-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .login-icon a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #47546d;
        color: white !important;
    }

.bg--red {
    background-color: red !important;
}

.inner-box {
    width: 50%;
}

.or-bef {
    position: relative;
    padding: 10px 0px;
}

    .or-bef p {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        padding: 5px 10px;
        color: rgba(128, 128, 128, 0.53);
        transform: translate(-50%, -50%);
    }

    .or-bef::before {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgba(128, 128, 128, 0.53);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.inputs input {
    width: 100%;
    padding: 10px 15px;
    background-color: #edf5f3 !important;
    color: gray !important;
    border-radius: 30px;
    border: none;
    margin: 10px 0px;
    transition: 0.20s ease-in;
}

.inputs .select-input {
    width: 100%;
    padding: 10px 15px !important;
    background-color: #edf5f3 !important;
    color: gray !important;
    border-radius: 30px;
    border: none;
    margin: 10px 0px;
    transition: 0.20s ease-in;
}

.sign-in-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sign-in-btn input{
        border-radius: 25px;
        padding: 10px 66px;
        background-color: #28b498;
        text-decoration: none;
        color: white !important;
        font-weight: bold;
        text-align: center;
    }

.close-btn {
    text-align: right;
    padding: 20px 10px;
}

    .close-btn i {
        color: white;
        font-weight: 500;
        font-size: 25px;
    }

.side-img {
    width: 100% !important;
    height: 100%;
    position: relative;
    background-image: url(../Images/abstract-textured-backgound.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.side-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.input-field {
    position: relative;
}

    .input-field i {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        right: 15px;
        color: gray !important;
    }

.sign-up {
    border-radius: 25px;
    padding: 10px 66px;
    background-color: white;
    text-decoration: none;
    color: black !important;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

@media (max-width:992px) {
    .side-img {
        height: 400px !important;
    }

    .inner-box {
        width: 65%;
    }
}

@media (max-width:560px) {
    h2 {
        font-size: 40px !important;
    }

    .inner-box {
        width: 80%;
    }
}
