.btn-primary{
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    border-radius: 20px;
    font-size: 1em;
    min-height: 39px;
    margin: 0;
    width: 100%;
    padding: .5em;
    background-color: #EF3829;
    border: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-appearance: button;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-primary-hover:hover{
    text-decoration: none;
    background-color: #da262c;
}

.btn-secondary{
    font-family: "Roboto", sans-serif;
    color: #1f97ae;
    border-radius: 20px;
    font-size: 1em;
    min-height: 39px;
    margin: 0;
    width: 100%;
    padding: .5em;
    border: 1px solid #1f97ae;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.btn-secondary__without-border{
    border: none;
}

.btn-secondary:hover{
    text-decoration: none;
    color: #187a8d;
    border: 1px solid #187a8d;
}

.btn-secondary__without-border:hover{
    border: none;
}

.no-background {
    background: none!important;
}

.btn-primary-disabled{
    background-color: #e0e0e0;
    color: #9e9e9e;
    border: none;
}

@media (min-width: 576px) {
    .btn-secondary,
    .btn-primary {
        max-width: 336px;
        
    }

}

.btn-primary-login{
    margin-top: 15px;
}

.btn-auth-passkey{
display: flex;  
justify-content: center;
margin-bottom: 15px;
}

.icon-button{
    background-color: transparent;
    border: none;
}

.form-control + .icon-button{
    margin: 0 0 1.6em;
    padding: 12px 0 12px 12px;
}