@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

.payment2-content {
    padding: 50px 0;
}
#userDetailsForm, #creditCardForm{
    padding: 40px;
}
.form-wrapper{
    border-top: 2px solid #5ea4f3;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    max-width: 600px;
    margin: auto;
}
.title{
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 8px;
}
.product{
    padding: 40px;
    background-color: #f7fbff;
}
.product-image{
    width: 100%;
    max-width: 70px;
}
.product-text{
    font-weight: bold;
    font-size: 16px;
}
.product-wrapper{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.btn{
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
    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;
}
.title-bd{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8em;    
}
label{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #79818a;
    text-transform: uppercase;
}
.ui-input{
    display: block;
    width: 100%;
    padding: .475rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ui-input::placeholder{
    color: #6c757d;
    font-weight: 300;
}
.date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.ui-form__submit-button{
    padding: 12px 0;
    font-weight: 600;
    height: auto;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
}
.month{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.year{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-cards {
    position: absolute;
    right: 20px;
    height: 23px;
    top: 56%;
}
.card-number{
    top: 0;
}