.contain {
    font-weight: 200;
    font-size: 24px
}

.row.login-title {
    background: #333963;
    color: #fff;
    min-height: 50px;
    margin-top: 45px;
    line-height: 50px
}

.login-box {
    background: #f0f0f0;
    color: #f0f0f0;
    line-height: 50px;
    padding-bottom: 50px
}

.rounded-corners {
    position: relative;
    border-radius: 25px;
    border: 2px solid #e6e6e6;
    width: 70%;
    font-weight: 200;
    font-size: 24px;
    height: 50px;
    padding-left: 10%;
    margin-left: 10%;
    color: #b3b3b3
}

.rounded-corners2 {
    position: relative;
    border-radius: 25px;
    border: 2px solid #333963;
    width: 70%;
    background: #333963;
    font-weight: 200;
    font-size: 24px;
    color: #fff;
    height: 50px;
    margin-left: 10%
}

.login-button {
    position: relative;
    padding-left: 10%;
    margin-left: 10%
}

.thumb {
    width: 25px;
    height: 25px;
    margin: 25px
}

.thumb.normal {
    margin-top: -5px;
    margin-left: 10px
}

.forgot {
    position: relative;
    margin-top: 0%;
    margin-bottom: -5%;
    font-size: 18px;
    color: #333963;
    text-align: right;
    width: 100%
}

.checkbox {
    margin-left: 15%;
    padding-right: 10%;
    color: #999;
    background: #f0f0f0;
    text-align: left;
    font-size: 20px
}

#small-icon2 {
    position: relative;
    left: 10px;
    top: 15px;
    bottom: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 8%
}

#brand-header-login .navbar-brand {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: -10%
}

div .g-recaptcha {
    margin-left: 15%
}

input[type='checkbox'].tags-checkbox:checked+label>i:first-of-type,
input[type='checkbox'].tags-checkbox+label>i:last-of-type {
    display: none
}

input[type='checkbox'].tags-checkbox:checked+label>i:last-of-type {
    display: inline-block
}