#sectionBreadCrumb {
    width: 100%;
    height: 38px;
    background-color: #efefef;
}

#sectionBreadCrumb * {
    height: 100%;
}

#sectionBreadCrumb p {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

#sectionRegister{
    margin-top: 47px;
    margin-bottom: 47px;
}

.register{
    width: 665px;
    margin-right: 21px;
}

.register-head{
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.register-body{
    /* height: 380px; */
    border: 1px solid #cccccc;
    border-top: none;
}

.register-container{
    padding: 27px 21px;
    display: flex;
    flex-direction: column;
}

.policy{
    margin: 12px 0;
    font-size: 14px;
}

.login-button{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    color: #ffffff;
    border-radius: 5px;
}

.left{
    width: 305px;
    margin-right: 15px;
}

.right{
    width: 305px;
}

.birthday{
    display: flex;
}

.birthday-item{
    width: 92px;
    margin-right: 15px;
}

.birthday-item:last-child{
    margin-right: unset;
}

.gender{
    width: 115px;
}

.login{
    width: 414px;
}

.login-head{
    height: 42px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.login-body{
    /* height: 232px; */
    border: 1px solid #cccccc;
    border-top: none;
}

.login-container{
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
}

.green-login {
    background-color: #128d22;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    border-radius: 5px;
}

.green-login:hover {
    opacity: 0.8;
}

span.psw {
    float: left;
    padding-top: 8px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.login-social-head{
    margin-top: 11px;
    height: 42px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.login-social-body{
    /* height: 95px; */
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-top: none;
}

.login-social-container{
    padding: 28px 18px;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
}

.facebook-button{
    /* width: 352px; */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a77f2;
    color: #ffffff;
    border-radius: 5px;
}

.facebook-logo{
    margin-right: 5px;
    height: 28px;
}

input[type=text], input[type=password], input[type=email], select {
    width: 100%;
    height: 44px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

select{
    padding: 0 10px;
}

#gender-button, #day-button, #month-button, #year-button  {
    width: 100%;
    height: 44px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

#gender-button {
    width: 127px;
}

#year-button {
    padding: 12px 17px;
}

.label-text{
    font-size: 14px;
    font-weight: bold;
    color: #414141;
}

.cover{
    align-items: flex-start;
}

/* .ui-selectmenu-text{
    margin-right: 0;
}

.ui-selectmenu-icon.ui-icon{
    display: none;
} */

#sectionFutureDown {
    padding-top: 37px;
    padding-bottom: 64px;
    height: auto;
    width: 100%;
}

#sectionFutureDown .futureImage {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

#sectionFutureDown .futureImage img {
    width: 100%;
}

.futureImage img {
    width: 80px;
}

.futureDownSlider {
    width: 100%;
    height: 100%;
}

.futureDownSlider .swiper-slide{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 279px;
    padding-right: 20px;
    box-sizing: border-box;
}

.futureDown-context {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    .register{
        margin-right: 0;
    }
    .login{
        width: 663px;
        margin-top: 30px;
    }
    .login-social-head{
        margin-top: 30px;
    }
}