﻿element {
    color: white;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.start-50 {
    left: 20% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

element {
    color: white;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.start-50 {
    left: 35% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

.btn-register {
    color: #085a19 !important;
    background-color: #fae114 !important;
    border-color: #fd0b0b !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.curve-button {
    color: white;
    border-radius: 50px 50px 50px 50px !important;
    margin-bottom:50px !important;
}
