  .cEfiCK-bottom:hover, .cEfiCK-bottom:active, .cEfiCK-bottom:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(9 83 218);
}
.cEfiCK-bottom {
   line-height: 18px;
   margin-top: -10px;
   letter-spacing: normal;
    box-sizing: border-box;
   border: none;
    border-radius: 30px;
    padding: 14px 40px;
    background-color: rgb(13, 98, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Gilroy";
    font-size: 18px;
    cursor: pointer;
   text-transform: none;
}