@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap");

/* body {
  background: url(./../../assets/images/bg-img.png);
  background-size: cover;
  box-sizing: border-box;
  overflow-x: hidden;
} */

.container {
    background: url(./../../../assets/images/bg-img.png);
    background-size: cover;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

.container {
    margin-bottom: 40px;
    padding-left: 370px;
    padding-right: 370px;
    align-items: center;
    /* position: relative;
  left: 28%;
  top: 5px; */
}

.shopImage {
    margin-left: 200px;
    margin-right: 200px;
    align-items: center;
    justify-items: center;
    /* width: 100%; */
    /* padding-left: 350px;
  padding-right: 350px; */
}

.shopImageImg {
    margin: 0 auto;
}

.sign {
    background: white;
    box-shadow: 0 0 1rem #82828233;
    margin-top: 36px;
    padding: 5px 100px 40px 100px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* width: 100; */
}

.signIn {
    font-size: 16px;
    text-align: center;
    color: #d8d8d8;
    font-weight: 500;
    font-family: raleway;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.google {
    padding: 10px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 1rem #82828233;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    font-family: raleway;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 0.3rem;
}

.facebook {
    padding: 10px 30px;
    background-color: #4368c7;
    color: white;
    font-size: 16px;
    font-family: raleway;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    display: flex;
    cursor: pointer;
}

.iconFb {
    padding-right: 6px;
    font-size: 18px;
}

.signAccount {
    font-size: 20px;
    font-family: raleway;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 8px;
    margin: 20px;
}

.fillForm {
    justify-content: center;
    align-items: center;
}

label {
    font-size: 14px;
    font-weight: 600;
    font-family: raleway;
    color: #1f1d1e;
    padding-left: 5px;
}

.signBox input:not(input[type="checkbox"]) {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    font-family: raleway;
    color: #1f1d1e;
    font-family: 500;
    border: 1.5px solid #7bb20e;
    border-radius: 4px;
    outline: none;
    display: block;
    margin-right: 0;
}

.checkTypos {
    font-size: 10px;
    color: #ff0000;
    padding-bottom: 7px;
    font-weight: 500;
    font-family: raleway;
}

.icons2 {
    color: #ff360b;
    padding-right: 10px;
}

.remember {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 5px;
    align-items: center;
}

.remember a {
    text-decoration: none;
    color: #7bb20e;
    font-size: 14px;
    font-family: raleway;
    font-weight: 500;
    /* padding-left: 10rem; */
}

.btnSignup {
    padding-top: 48px;
}

.btnSignup a {
    text-decoration: none;
    color: #ffffff;
}

.signupSend {
    padding: 8px 20px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #7bb20e;
    color: #ffffff;
    font-size: 16px;
    font-family: raleway;
    font-weight: 500;
}

.create {
    padding-top: 30px;
    text-align: center;
    font-family: raleway;
    font-size: 13px;
    font-weight: 500;
}

.create a {
    color: #ff784b;
    text-decoration: none;
}
