﻿.form-control.otp-input-control {
    width: 110px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    height: calc(2.25rem + 2px) !important;
    text-align: center;
}

a.red-anchor {
    text-decoration: none;
    color: #4f55eb;
}

a.red-anchor:hover {
    text-decoration: underline;
    color: #D50037;
}

.btn-solid {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: #D50037;
    border: 1px solid #D50037;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-solid:hover {
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #D50037;
    color: #D50037;
}

.btn-transparent {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: transparent;
    border: 1px solid #D50037;
    color: #D50037;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-transparent:hover {
    transition: all 0.3s;
    background-color: #D50037;
    color: #FFFFFF;
}

.btn-solid-red {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: #D50037;
    border: 1px solid #D50037;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 7px;
}

.btn-solid-red:hover {
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #D50037;
    color: #D50037;
}

.btn-nav-shape {
    transition: all 0.3s;
    max-height: 40px;
    border-radius: 20px !important;
    color: #FFFFFF;
    background-color: #D50037;
    border: 1px solid #D50037;
    font-size: 16px;
    font-weight: normal;
}

.btn-nav-shape:hover {
    background-color: transparent;
    border: 1px solid #D50037;
    color: #D50037;
}