body{
    background: #d2d6de;        
}

body {
    display: flex;
    flex-direction: row;
    align-content: center;
}

body > div.login-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 360px;
    margin: 7% auto;
    box-sizing: border-box;     
}

div > img {    
    width: 60%;
    margin-bottom: 25px;
    border-radius: 50%;        
}

body > div > div{
    display: block;
    width: 360px;
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    box-sizing: border-box;
    border-radius: 0%;    
}

body > div > div > p{
    font-size: 14px;  
    text-align: center;
}

.form-control, .input-group-text, .btn{
    border-radius: 0%;
}