.form-group-custom {
    margin-bottom: 18px;
}

.login-body {
    height: 100vh;
    margin: 0 auto;
	background-image: url("../img/login-bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: initial;
}

.login-box-custom {
	margin: 0 auto;
    display: flex;
    width: 480px;
    padding: 0px 49px 0px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(239, 240, 241, 0.70);
    margin-top: 75px;
}

.login-bx-custom {
    width: 420px;
    margin-top: 48px;
}

.login-box-body-custom {
    padding: 0;
}

.login-logo-mqare,
.register-logo-mqare {
  font-size: 35px;
  text-align: center;
  padding-top: 85px;
  margin-bottom: 75px;
  font-weight: 300;
}

.login-box-msg-custom {
    padding-bottom: 60px;
    color: #181C32;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
}

.login-label {
    color: #181C32;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form {
    width: 380px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--basic-silver, #CEDAE1);
    background: var(--basic-white, #FFF);
    padding-left: 16px !important;
}

.button-sign-in {
    display: inline-flex;
    padding: 14px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    background: #70CBCF;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.login-button {
    margin-top: 36px;
    margin-bottom: 60px;
}
