body {
  background-color: #fff !important;
  line-height: normal;
  font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
}
.sc-formfield-label{
padding: 0 0 0.4rem !important;
}
p.tollfree{
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
    margin:0px 0px 20px 0px;
    padding:0px;
}

.general-form input,.general-form textarea,.general-form select{
            max-width: 95%;
            margin: 0 0 10px;
            padding: 0.4rem 0.7rem;
            background: none;
            border: 1px solid #959595;
            border-radius: 0;
            color: #000;
            font-family: 'Roboto Condensed', Arial, sans-serif;
            font-size: 14px;
           box-sizing: border-box;
        }
        .general-form input[type=hidden]{
           display: none;
        }
        .general-form input[type="button" i],
        .general-form input[type="submit" i],
        .general-form button, .general-form .btn {
                display: inline-block;
                position: relative;
                padding: 0.5rem 1.5rem;
                margin-top:1rem;
                background: #8c1d40;
                border: none;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                transition: background .2s ease-in-out,color .2s ease-in-out;
                cursor: pointer;
            }
            .general-form input[type="button" i]:hover,
        .general-form input[type="submit" i]:hover,
        .general-form button:hover, .general-form .btn:hover {
                color: #fff;
                background: #000;
            }
            .general-form form p.pd-checkbox label{
                display:inline !important;
            }
            .general-form input[type=checkbox]{
                display:inline;
                width:auto;
                margin-right:10px;
            }
.smartcapture-content-wrapper.fuelux input[type=text],.smartcapture-content-wrapper.fuelux input[type=number],.smartcapture-content-wrapper.fuelux input[type=email] {
    box-sizing: border-box!important;
    height: auto!important;
}

.lp-80vw {
    width: 50%;
}

.layout-center{

margin-top:10px;
padding:0px 10px;
}
.internation-student-title{
text-align:left;
padding:7px 0px;
}
.fuelux .popover{
    margin: 12px 0;
    padding: 0.4rem 0.8rem;
    background: #ccc;
    color: #8c1d40;
    font-size: 12px;
    font-weight: bold;
}