:root {
    --primary: #e50012;
    --secoundry: #333;
    --blue-btn: #2996cc;
}

#register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2.44rem;
    text-transform: none;
    padding-bottom: 2.44rem;
}

#register-container h1 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 50px;
}

#register-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#signup-form {
    background-color: #ffffffe6;
    border: 1px solid #ced6da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 22px 0;
    width: 408px;
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    padding-left: 1px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}

.singup-spac label {
    line-height: 1.3;
}

.signup-input {
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    margin-top: 1px;
    border: 1px solid #333;
    width: 350px;
}

.register-content {
    width: 400px;
    margin-left: 20px;
}

.signup-text {
    font-size: 14px;
    margin-top: 4px;
}

.signup-text span {
    font-weight: bold;
}

.signup-spc {
    background-color: #fff2e7;
    margin-bottom: 10px;
    width: 360px;
}

.sigup-policy {
    font-size: 14px;
    /* line-height: 22px; */
}

.sigup-policy a {
    color: #2996cc;
}

.term-check {
    flex-shrink: 0;
    height: 12px;
    margin-right: 0 !important;
    width: 12px;
}

.singup-spac {
    margin-bottom: 10px;
}

.signup-btn {
    background-color: var(--primary);
    color: white;
}

.sign-uplis {
    font-size: 14px;
    padding-left: 15px;
}

.sign-uplis li {
    line-height: 1.3;
    padding-bottom: 10px;
}

#signup-form::before {
    content: "";
    border-bottom: 1px solid #ced6da;
    width: 100%;
    position: absolute;
    bottom: 62px;
    left: 0;
}

#signup-form::after {
    content: "or";
    transform: translateX(-50%);
    font-weight: bold;
    color: #333;
    position: absolute;
    bottom: 55px;
    left: 200px;
    border-bottom: 0 !important;
}

#social-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sign-btn-google {
    border: 1px solid #ced6da;
    background-color: white;
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 12px;
    margin-top: 9px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    width: 190px;
    color: #222;
    border-radius: 20px;
}

.sign-btn-google img {
    position: relative;
    top: 2px;
}

.create-btn {
    background-color: var(--blue-btn);
    color: white;
    position: relative;
    max-width: 300px;
    text-decoration: none;
    margin-top: 20px;
}

.error {
    list-style: none;
    color: var(--primary);
    padding-bottom: 10px;
}

@media screen and (max-width: 999px) {
    #register-container {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden;
    }
    #register-section {
        width: 100%;
        display: block;
    }
    #register-container h1 {
        margin-bottom: 30px;
    }
    #signup-form {
        width: 385px;
        margin-bottom: 30px;
    }
    #signup-form .signup-input {
        width: 344px;
    }
    #signup-form .signup-spc {
        width: 344px;
    }
    .register-content {
        width: 346px
    }
 .register-content img {
    max-width: 100%;
    display: block;
 }
}


@media screen and (min-width: 370px) and (max-width: 390px) {
    #signup-form {
        width: 345px;
        padding: 22px 16px 0;
    }

    #signup-form .signup-input {
        width: 310px;
    }

    #signup-form .signup-spc {
        width: 310px;
        padding: 4px;
    }
    .s-hide {
        display: none;
    }
    .sigup-policy {
        line-height: 1.4;
    }
    .register-content {
        margin-left: 0;
    }
}


@media screen and (min-width:800px)  and (max-width:999px) {
    #signup-form  {
        width: 100%;
    }
    #signup-form .signup-input {
        width: 100%;
    } 
    .register-content {
        width: 100%;
    }
    .two-col-wrap {
        width: 480px;
    }
}
