.button {
    text-align: center;
    cursor: pointer;
    padding: 11px 18px;
    background: #1d81bf;
    border-radius: 90px;
    width: auto;
    display: inline-block;
    position: relative;
    right: 0;
    margin: 8px 0px;
}
@media only screen and (max-width: 993px) {
    .button {
    width: 100%;
    }
}



.button a {
    text-decoration: none;
}

.button a p {
    color: white;
}

.button__fullwidth {
    width: 100%;
    white-space: normal; 
}

.button-login {
    cursor: pointer;
    padding: 8px 18px;
    background: #1d81bf;
    border-radius: 90px;
    width: auto;
    position: absolute;
    right: 0;
    margin: 33px 10px 0px 0px;
}
.button-login p { 
    color: white;
    text-decoration: none;
    font-size: .8rem;
}

.button-opps {
    cursor: pointer;
    padding: 0px 18px;
    background: #1d81bf;
    border-radius: 90px;
    width: 236px;
    right: 0;
    margin: 33px 10px 0px 0px;
}
.button-opps p { 
    color: white;
    text-decoration: none;
    font-size: .8rem;
}

.button-create {
    cursor: pointer;
    padding: 8px 18px;
    background: #28a745;
    border-radius: 90px;
    width: auto;
    position: absolute;
    right: 0;
    margin: 33px 10px 0px 0px;
}

.button-create p { 
    color: white;
    text-decoration: none;
    font-size: .8rem;
}

.button-create a:hover { 
    text-decoration: none;
}

@media only screen and (max-width: 993px) {
    .button-login {
    margin: 31px 60px 0px 0px;
    }
}

.button-login a:hover { 
    text-decoration: none;
}

.btn-success, .btn-primary {
    border-radius: 90px;
    font-size: .9rem;
    padding-inline-end: .7rem;
}

#applyYellow {
    background-color: #8fc73e;
    color: #3570EC; 
}

.btn-warning{
    border-radius: 90px;
    border-color: #ffc107;
}