body {
    font-family: 'Montserrat', sans-serif;
}

.box.white {
    padding: 45px 20px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.06);
}

.box.white .box-head {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #4C6069;
    margin-bottom: 20px;
}

.input-group .input-group-prepend {
    background: #F0F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 53px;
    border-top-left-radius: 53px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 15px;
    color: #4C6069;
}

.input-group .form-control {
    background: #F0F7FA;
    border-bottom-right-radius: 53px;
    border-top-right-radius: 53px;
    border: none;

    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4C6069;
}

.input-group .form-control:focus{
    box-shadow: none;
}

.btn.btn-orange {
    background: #FFB142;

    border: 1px solid #FFB142;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border-radius: 33px;
    padding: 20px 0;
    text-align: center;
    min-width: 300px;
    margin-top: 60px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.btn.btn-orange:hover{
    background: unset;
    color: #ffb142;
}

.secondary {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #4C6069;
}

.secondary a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.back {
    padding-top: 10px;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;

    color: #B4D0DC;
    display: inline-block;
}
.back:hover{
    text-decoration: none;
}
