body {
    padding: 0;
    margin: 0;
}

.font-size-24 {
    font-size: 24px;
    font-weight: bold;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-16 {
    font-size: 16px;
    font-weight: bold;
}

.font-size-20 {
    font-size: 20px;
    font-weight: bold;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}
.font-size-12{
  font-size: .8rem;
}
.my-card {
    border: 1px solid #eeeeee !important;
    width: 210px;
}

.padded-card {
    padding: 27px 20px 21px 30px !important;
}

.font-size-34 {
    font-size: 34px;
    /* font-weight: bold; */
}

.font-size-30 {
    font-size: 30px;
    /* font-weight: bold; */
}

.connect-text1 {
    width: 300px;
    height: 40px;
    line-height: 1.25;
}

.connect-text2 {
    width: 345px;
    height: 40px;
    line-height: 1.25;
}

.long-button {
    height: 40px!important;
    width: 180px!important;
}

.text-orange {
    color: #ff7900;
}

.br-4 {
    border-radius: 4px;
}

.my-card ul li {
    margin-bottom: 20px;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.bg-orange {
    border-radius: 4px;
    background-color: #ffd200;
}

.bg-blue {
    background-color: #b5e8f7 !important;
}

.bg-black {
    background-color: black;
}

.bottom-left {
    left: 0px !important;
    bottom: 0px !important;
}

.bottom-right {
    bottom: 0px !important;
    right: 0px !important;
}

.gray-bar {
    background-color: #eeeeee;
    width: 100%;
    height: 1px;
    margin-top: 12px;
}

.lh-1 {
    line-height: 1.5;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.block-top-space {
    margin-top: 35px !important;
}

.w-90 {
    width: 90% !important;
}

.gray-border {
    border: 1px solid #eee !important;
}
