body{
    background: url(../img/details.png);
    background-position: center;
}

h2{
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}


.top{
    padding: 50px 5%;
}

.content{
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.field{
    width: 280px;
    box-sizing: border-box;
    padding: 8px 24px;
    margin-top: 16px;
    background-color: #FFF;
    border: 1px solid #CDD2D6;
}
    .label{
        font-size: 14px;
        color: #5E7284;
    }

    .input{
        padding: 8px 0 4px 0;
        border: 0; outline: 0;
    }


.checkbox{
    color: #5E7284;
    margin-top: 16px;
}


.button{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-top: 16px;
    padding: 0 42px;
    background-color: #4D3EFB;
    color: #FFF;
    cursor: pointer;
}

    .bt-pri{
        background-color: #4D3EFB;
        float: right;
    }

    .bt-sec{
        background-color: #476A8A;
    }

.forget, .terms{
    max-width: 290px;
    margin-top: 32px;
    color: #476A8A;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}
    .terms{
        font-size: 14px;
        cursor: default;
    }

.division{
    width: 2px;
    height: 100%;
    background-color: rgba(0,0,0,.04);
    margin: 0 32px;
}

.hdivision{
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,.04);
    margin: 16px 0;
}


.side_text{
    max-width: 360px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #476A8A;
}

.allow{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.allow .bt-pri{ float: none; }
.allow .bt-sec{ margin-left: 16px; }

.login-error{
    padding: 4px;
    margin: 8px 0;
    background-color: #F92949;
    color: white;
}