.log-container {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 180px);
}

.log-form {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 395px;
}

.log-logo {
    position: relative;
    display: block;
    margin: 0px auto 20px;
    width: 66px;
}

.log-text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 395px;
    height: 40px;
    border-radius: 20px;
    border: 0px;
    background: #f5f6f8;
    font-size: 14px;
    padding: 0px 25px;
    font-family: metapromedi;
    color: #676767;
    margin: 0px auto 15px;
}

.log-text:nth-child(6) {
    margin-bottom: 25px;
}

.log-submit {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: metapromedi;
    color: #676767;
    background: #fff;
    width: 100%;
    max-width: 382px;
    margin: 0px auto 20px;
    border: 1px solid #676767;
    height: 40px;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.log-submit:hover {
    color: #fff;
    background: #676767;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.err-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 395px;
}

.err-item {
    position: relative;
    display: block;
    width: 100%;
    color: red;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid red;
    margin-bottom: 10px;
}

.err-item:last-child {
    margin-bottom: 30px;
}

.log-link {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #676767;
}

/* Mobile */
@media screen and (max-width: 768px) {
    
}

@media screen and (max-width : 500px) {
    
}