body {
    margin: 0;
    padding: 0;
    background: #fbfcfc;
    font-family: proxima nova, helvetica neue, helvetica, arial, sans-serif;

}

#container {
    width: 100%;
    padding: 80px 0px;

}

#signupbox {
    display: flex;
    max-width: 800px;
    min-height: 480px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgb(2 4 69 / 3%);
    border-radius: 12px;
}

#signUP_box {
    border-radius: 10px;
    flex: 5;
    padding: 50px 40px;
    border-radius: 6px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#input {
    margin: auto;
    margin-top: 30px;
}

#input>input {

    height: 40px;
    padding: 0px 5px;
    width: 100%;
    font-size: 16px;
    color: #292a2d;
    background: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    transition: all .25s ease;
    outline: none;
}

#input>input:hover {
    border-color: #6bbcbb;
}


#signUP-btn {
    width: 100%;
    background: #6bbcbb;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 45px;
    border-radius: 6px;
    cursor: pointer;
}

#signUP-btn:hover {
    background-color: #6bbcbb;
}

#option {
    margin-top: 50px;
    color: grey;
    text-align: center;
}

#option>p {
    color: #6bbcbb;
    cursor: pointer;
}

h2 {
    font-weight: 400;
    margin-bottom: 50px;
}

.signUP-google-btn {
    display: block;
    padding: 11px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 1em;
}

.signUP-google-btn:hover {
    border-color: #6bbcbb;
}

.signUP-divider-section {
    position: relative;
    text-align: center;
    align-items: center;
}

.signUP-divider-section-or {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 1px 12px 0;
    font-size: 12px;
    color: #bbb;
    background: #fff;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.signUP-divider {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #eee;
}

#country_inr {
    display: flex;
    margin-bottom: 20px;
}

#country {
    width: 66.6666666667%;
    padding-right: 20px !important;
}

#country_ {
    outline: 0;
}

#inr {
    outline: none;
}

.terms-conditions {
    text-align: center;
}

.terms-conditions p,
a {
    font-size: 10px;
    color: #292a2d;
}

.footer {
    position: relative;
    display: block;
    padding: 80px 0 40px;
}

.footer .wrapper {
    max-width: 900px;
    margin: auto;
}

.row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;

}

.footer-legal-policies {
    padding-top: 20px;
    font-size: 12px;
    color: #cfd2d4;
    text-align: center;
}

.footer-link {
    margin-left: 40px;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    color: #aaaaaa;
}

.footer-legal-policies a {

    color: #cfd2d4;
}

select {
    width: 100%;
    height: 40px;
}

label {
    font-size: 12px;
    color: #cfd2d4;

}

form>p {
    font-size: 12px;
    margin-top: 10;
    color: #cfd2d4;
}

#box {
    background-image: url(https://app.hellobonsai.com/assets/signup/signup-panel-bg@2x-2437d442f4436dc5771e16073b457ede6952266fd25bf89afdbc73a277fdcbac.png);
    border-right: 1px solid #ecf0f1;
    border-radius: 10px 0 0 10px;
    background-position: bottom left;
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

#box p {
    padding-left: 20px;
}

img {
    width: 40%;
}

.signup-page-text {
    margin-top: 15%;

}

.signup-page-quote {
    margin-bottom: 15%;
    font-size: 12px;
    padding: 0px 50px 0px 50px;

}

.signup-page-quote>div+div {
    color: gray;
    font-size: 10px;
    margin-top: 2%;
}

#login-btn {
    width: 100%;
    border: 1px solid #6bbcbb;
    color: #6bbcbb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 45px;
    border-radius: 6px;
    cursor: pointer;

}