.container{
    height: 46px;
    background: #3b9eff;
    border:none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width:100%;


}

.container:disabled {
    opacity: 0.5;
  }

.text{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
