#row_login{
    display: flex;
    justify-content:center;
    margin-bottom: 20px;
}

#col_login {
    margin-top:10px;
    background-color: #4285f4;
    min-width: 220px;;
    height:37px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#img_login { 
    background-color: #fff; 
    border-color:#4285f4;
    margin-top: 7px;
}

#btn_login {
    text-transform:none;
    color:white;
    font-size: 14px;
    font-family: Roboto,arial,sans-serif;
    font-weight: 500;
    letter-spacing: .21px;
    text-align: center;
    width: 100%;
}

#white-box {
    width: 35px;
    height:35px;  
    border-width: 1px; 
    border-style: solid; 
    border-color: #4285f4; 
    text-align: center; 
    line-height: 35px; 
    background-color: #fff;
}