label {
    display: block;
}

.login .buttons {
    margin: 15px 0;
}

.more-articles {
    border: none;
}

.login.form {
    display: inline-block;
    float: left;
    width: 40%;
}

.registration.form {
    display: inline-block;
    float: right;
}

input[type="submit"] {
    width: auto;
    border-radius: 0;
    border: 1px solid #05e7ae;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 12px;
    letter-spacing: 1px;
    color: #05e7ae;
}

.login.form input[type="text"], .login.form input[type="password"], .login.form .links {
    width: 100%;
}

.or-horizontal-rule {
    width: 100%;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #1C2E3D;
}

.or-horizontal-rule:before {
    left: 0;
    content: "";
    position: absolute;
    top: 6px;
    width: calc(50% - 45px);
    height: 1px;
    background-color: rgba(28, 46, 61, 0.5);
}

.or-horizontal-rule:after {
    right: 0;
    content: "";
    position: absolute;
    top: 6px;
    width: calc(50% - 45px);
    height: 1px;
    background-color: rgba(28, 46, 61, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3B5998;
    margin-bottom: 10px;
}

.btn-google {
    color: #fff;
    background-color: #DB4437;
    margin-bottom: 10px;
}

aside {
    width: 40%;
}
