.container {
    width: 100%;
    display: flex;
    justify-content: center;
}
#login, #create {
    background-color: #D8B53C;
    color: #fff;
    font-weight: bold;
    border-radius: 20px; 
}
input, .login-content, .btn, select {
    border: 1px solid transparent;
    border-color: #D0CECE !important;
    border-radius: 5px;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 14px;
}
.login-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 250px;
    max-width: 350px;
    min-height: 350px;
    max-height: 400px;
    padding: 24px;
    margin: 10px;
    background-color: #fff;
}
input, select {
    padding: 5px;
    margin: 5px;
}
select {
    width: 95%;
    background-color: #fff;
}
.selectors {
    width: auto;
}
.btn, select {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    color: #0C3412;
}
p {
    font-size: 14px;
    display: flex;
    justify-content: center;
}
a {
    padding-left: 3px;
}
.login-google {
    background-color: #fff;
}
.login-facebook {
    background-color: #3b5998;
    color: #fff;
}
