

.login_box
{
    padding-top:40px;
    width:360px;
    display:block;
    margin:100px auto;
    background-color:white;
    border-bottom:4px solid #333;
    align-items: center;
    justify-content: center;
    text-align:center;
    margin-bottom:16px;
    
}

.input_box
{
    border:none;
    border-bottom:1px solid #dedede;
    font-size:14px;
    padding:0px 12px;
    color:#322;
    display:block;
    text-indent: 40px;
    margin:auto;
    width: 320px;
    background-image: url(../images/icon_profile.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: 12px 12px;

    height:50px;
    line-height:50px;

}

.input_password
{
    background-image: url(../images/icon_lock.png);
}

.btn_login
{
    margin:auto;
    margin-top:30px;
    display:block;
    color:white;
    height:44px;
    width: 300px;
    text-align:center;
    background-color:#2badec;
    border:0px;
    border-radius:5px;
    cursor:pointer;
}

