html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
.set-img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.mt10 {
    margin: 10px 0;
}
.p0 {
    padding: 0;
}

.logo {
    background-color: #ffffff;
    display: block;
    height: 100px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}
.form-box{box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          padding: 20px;  background-color: #fff;
}
.title{text-transform:uppercase; color:#000; font-size:30px; text-align:center; padding:10px 0; font-weight:bold;}
.title span{color:#ff0000;}

.error {
    color: #ff0000;
    display: block;
    font-size: 14px;
    text-align: left;
}
.form-control {
    background-color: #f9faff;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #a9abb0;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius:0;
}
.form-control1 {
    background-color: #f9faff;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 30px;
    font-weight:bold;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius:0;
}
label {
    font-weight: normal; color:#666;
}
.i-icon {
    display: block;
    float: right;
    height: 41px;
    margin: 2px;
    padding: 10px 12px;
    position: absolute;
    right: 20px;
}
.sr-btn {
    background-color: #1267c2 !important;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    margin-right:10px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}
.sr-btn:hover, .sr-btn:active, .sr-btn:focus {
    background-color: #111 !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #f9faff;
    border: medium none;
    cursor: pointer;
}
.copyright {
    background-color: #262626;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-align: center; margin-top:20px;
}
.name{font-size:30px; color:#000; text-transform:capitalize; text-align:left; padding-bottom:30px;}
.name-details{font-size:14px; color:#666; text-transform:capitalize; text-align:left; padding-top:10px;}
.i-input1 {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9faff url('../../images/repaymentNJC/down-carat.png') no-repeat scroll 96% center / 5% auto;
    border: none;
    color: #999;
    display: inline-block;
    height: 51px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px 10px 5px 10px;
    width: 100%;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f9faff;
    cursor: not-allowed;
    font-size: 30px;
    opacity: 1; color:#000;
}

.notes{font-size:14px; color:#000;}
.notes ol{margin:5px 0 0 15px; padding:0;}
.notes li{color:#444; padding-bottom:5px;}
@media (min-width:320px) and (max-width : 640px) {
    .title{text-transform:uppercase; color:#000; font-size:22px; text-align:center; padding:10px 0; font-weight:bold;}
    .form-box{ margin:0 15px;
    }
}