.login_buttons{
    width: 50%;
    border-radius: 3px;
    padding: 5px 10px !important;
    background-color: rgba(255,255,255,0.27);
    color: #eaf0fb;
    text-align: center;
    line-height: 20px !important;
}

.ces{
    background-color: rgba(49, 161, 241, 0.27);
}

.login_buttons:hover{
    background-color: rgba(255,255,255,0.47);
    color: #eaf0fb !important;
}

.ces:hover{
    background-color: rgba(7, 140, 235, 0.521);
}