@font-face {
  font-family: 'bebasbold';
  src: url('fonts/BebasNeue-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/BebasNeue-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/BebasNeue-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/BebasNeue-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
*:not(.fa){
    font-family: 'Roboto' !important;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.input-group-addon>i {
    color: #c5cdda;
}
.loginBtn{
    color:black;
    font-size: 20px;
    font-family: 'bebasbold', sans-serif !important;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.has-error .form-control {
    border-color: #e73d4a !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.royalcolor{
    color:#55185D !important;
}
.bordBgRoyl{
    border:1px solid #55185D !important;
    background-color: #55185D !important;
}
.login .content h3 {
    color: #414042 !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold !important;
}
.login .content {
    border-radius: 35px !important;
    background-color: #E5E6E8;
    padding: 10px 70px 30px;
    width:490px !important;

}
.login .logo {
    margin: 60px auto 0;
    padding: 15px;
    text-align: center;
}
.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width:40px;
}
.login .content {
    margin: 40px auto 10px;
    overflow: hidden;
    position: relative;
}
.login .content .forget-password {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
.login .content .form-title {
    margin-bottom: 25px;
}
.login .content .form-control {
    height: 43px;
    border: 1px solid #dde3ec;
}
.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px!important;
}
.login .content .form-control {
    background-color: #fff;
}
.form-group .input-inline {
 margin-right: 0px; 
 margin-bottom: 15px;
 width:100%;
}
.has-error .input-group-addon {
    color: #e73d4a;
    border-color: #e73d4a;
    background-color: #fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.input-group {
    display: table;
    border-collapse: separate;
    width: 100% !important;
    margin-bottom: 15px !important;
}
.login .content .form-actions {
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    border-bottom: 0px;
}
.login .content .form-actions .btn {
    width: 100%;
}
.login .content .forget-password {
 float: none; 
 color:#808285;
 text-decoration: none;
 font-weight: 500;
}
.login {
    background-color: #fff!important;
}
.login .copyright{
    color:#414042;
    font-size: 12px;
    font-weight: bold !important;
}
@media (max-width: 440px){
   .login .content {
    width: 280px !important;
    padding: 10px 30px;
} 
}
