*, *:after, *:before {box-sizing: border-box;}
.area_login,
body,
html {
    padding: 0
}

body,
html {
    margin: 0;
    font-family: 'Inder', sans-serif;
}

.area_form,
.area_image {
    box-sizing: border-box;
    flex-basis: 40%
}

.area_form {
    background: #FAFBFD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.here_title {
    margin-bottom: 50px
}

.here_title small {
    font-size: 14px;
    font-weight: 400;
    color: #00C8F9
}

.here_title h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 5px auto;
}
.sub_title {
    line-height: .5;
    font-size: 21px;   
}
.here_sub_title h3 {
    color: #949494
}

.here_form {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 70%;
}

.here_form form {
    width: 100%
}

.div_input {
    margin: 20px auto
}

.div_input label {
    color: #565A65;
    display: block;
    font-weight: 550;
    margin: 6px 0;
}

.div_input input {
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .1)
}

.div_input input:focus {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1)
}
.div_input input.error,
.div_input input.error:focus {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 5px rgb(238, 81, 81);
    border: 1px solid rgb(238, 81, 81);
}
.div_input input::-webkit-input-placeholder {
    color: #ADACAC
}

.div_input input::-moz-placeholder {
    color: #ADACAC
}

.div_input input:-ms-input-placeholder {
    color: #ADACAC
}

.div_input input:-moz-placeholder {
    color: #ADACAC
}

.div_input input[type=button],
.div_input input[type=submit] {
    background: #00A4FA;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 21px;
    max-width: 55%;
    float: right;
    min-width: 55%;
    margin-top: 30px;
    border: 1px solid #00A4FA;
}

.div_input input[type=button]:hover,
.div_input input[type=submit]:hover {
    background: #0C91D7;
    border: 1px solid #0C91D7;
    box-shadow: 0 5px 10px rgba(255, 196, 60, 0);
    transition: all .2s ease-in-out
}

a.link-forgot {
    color: #FFC43C;
    font-size: 14px;
    font-weight: 600;
    float: right;
    text-decoration: none;
}

.f_pass a {
    color: #00C8F9;
    font-size: 14px;
    margin-top: 20%;
    text-decoration: none
}

.area_image {
    flex-basis: 60%;
    display: flex;
}

.area_introductions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    height: 90vh;
    width: 100%;
    padding: 30px;
    text-align: center;
}
    .area_introductions h1 {
        font-size: 42px;
        color: #eafe55;
    }

    .area_introductions img {
        width: 50%
    }
    .area_introductions p {
        color: rgba(255,255,255,0.9);
        font-size: 28px;
        line-height: 0.3;
        letter-spacing: 1.5px;        
    }

.area_image.bg_image {
    background: url(../img/bg_login_new@2x.png);
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.img_side {
    display: block;
    margin: 160px auto;
    width: 50%
}

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  color: #565A65;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #565A65;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #ddd;
}

.heading {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    text-align: left;
    gap: 0;
}
    .heading h1 {
        font-size: 46px;
        margin: 5px 0;
    }

.footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}
    .footer .temp_control,
    .footer .air_control {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: left;
        gap: 25px;
    }
    .footer .temp_control img {
        width: 24px;
        height: auto;
    }
    .footer .air_control img {
        width: 40px;
        height: auto;
    }

@media screen and (min-width:760px) {
    .area_login {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:760px) {
    .area_image.bg_image {
        display: none
    }
    .area_form,
    .area_login { min-height: 100vh }
}