
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #fff;  
}

.btn {
    background-color: #20dfaf;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    border-style: none;
    padding: 8px 10px !important;
    border-radius: 0.5rem;
    width: 100%;
}

.btn:focus {
    color: #FFFFFF;
    outline: inherit;
    opacity: 0.9;
}

.btn:hover {
    color: #FFFFFF;
    outline: inherit;
    opacity: 0.9;
}

.btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.linkin-btn {
    background-color: #0A66C2;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    border-style: none;
    padding: 8px 10px !important;
    border-radius: 0.5rem;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.linkin-btn:focus {
    color: #FFFFFF;
    outline: inherit;
    opacity: 0.9;
}

.linkin-btn:hover {
    color: #FFFFFF;
    outline: inherit;
    opacity: 0.9;
}


p {
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: hsl(215 10% 42%);
    text-align: center;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

label {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    font-style: normal;
    line-height: 10px;
}

.form-control {
    font-weight: 400;
    color: #888888;
    border: 1px solid hsl(215 16% 85%) !important;
    font-size: 14px;
    outline: none!important;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    flex-grow: 2;
        border-radius: 0.5rem;
}

.form-control:focus {
    font-weight: 400;
    color: #232628;
    border: none;
    font-size: 14px;
    outline: none!important;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: 0 0 0 3px hwb(165deg 12.5% 12.5% / 20%) !important;
    border-color: #20dfaf;
    border-radius: 0.5rem;
}

input.form-control {
    height: 37px;
    padding: 0 21px;
}

textarea.form-control {
    padding: 21px;
}

.form-group {
    margin: 10px 0px 10px 0px;
}

