/* Start Contact */
.form-container .box {
    height: 234px;
    width: 261px;
}

/* .login .pic {
    height: 100vh;
  } */
.login .pic img {
    width: 85%;
}

.login .pic-sign {
    height: 100% !important;
}

@media (max-width: 992px) {
    .login .pic {
        display: none !important;
    }
}

.login .sm-pic {
    width: 150px;
    padding: 10px;
    border-radius: 10px;
}

.form-container {
    width: 70%;
    margin: auto;
}

@media (max-width: 768px) {
    .form-container {
        width: 90%;
    }
}

.contact-info form input:not(:last-child),
.form-container form input:not(:last-child),
.check,
.form-container form select,
.form-container form .input {
    height: 55px;
    color: #bebebe !important;
    font-size: 18px;
    border-radius: 0px;
    outline: none !important;
    font-size: 15px;
    box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
    text-align: right;
}

.contact-info form input:not(:last-child),
.form-container form input:not(:last-child) {
    box-shadow: none;
    height: 56px;
}

.form-container form input::placeholder {
    color: #bebebe;
}

.form-container .radio-ch {
    height: 16px !important;
}

.form-container form .input {
    height: 60px;
}

.form-container form .input,
.form-container form input {
    background: #f9f9f9 !important;
    border-radius: 14px;
}

.form-container form textarea {
    background: #f9f9f9 !important;
    color: #bebebe !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    height: 138px;
    border-radius: 14px;
}

.form-container form input:focus,
.form-container form textarea:focus {
    border-color: black;
    outline: none;
    box-shadow: 0 1px 0 -1px var(--first-color);
}

.form-container .pic img {
    height: 588px;
    object-fit: cover;
}

.form-container .message {
    background-color: var(--main-color) !important;
    color: white !important;
}

.form-container .message:hover {
    background: var(--gradient-color) !important;
}

.form-container #contactButton {
    background-color: var(--main-color) !important;
    color: white !important;
}


@media (max-width: 992px) {
    .form-container .pic img {
        display: none;
    }
}

.form-container .facebook:hover {
    background: #0d6efd !important;
}

.form-container .google:hover {
    background: white !important;
}

.form-container .facebook:focus,
.form-container .facebook:focus-visible,
.form-container .facebook:active {
    color: white;
}

.form-container .new {
    text-decoration: none;
    color: var(--sec-color);
    text-decoration: underline;
}

.form-container .new:hover {
    text-decoration: underline;
}

.form-container .contact-info .more {
    top: -10%;
    left: 5%;
    background-color: white;
    font-size: 14px;
}

.form-container .contact-info i {
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.form-container .or span {
    background-color: white;
}

.form-container .or::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: hsl(0deg 0% 0% / 15%);
}

.forms #contactButton {
    color: white;
    background: unset !important;
}

.forms #contactButton:hover {
    color: white;
    background: unset !important;
}

/* End Contact */
.form-container form select {
    background-color: inherit;
    border: 0;
    box-shadow: unset;
}

.form-container form select:focus {
    border: 0;
    box-shadow: unset;
}

.form-container svg {
    font-size: 20px;
    width: 25px;
    height: 25px;
}

.form-container .uxwing {
    fill: #bebebe;
}

.auth-bg {
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#login .login {
    height: 100vh;
}