@font-face {
    font-family: 'ConvergenceRegular';
    src: url('../fonts/convergence/ConvergenceRegular.eot');
    src: url('../fonts/convergence/ConvergenceRegular.eot') format('embedded-opentype'),
    url('../fonts/convergence/ConvergenceRegular.woff2') format('woff2'),
    url('../fonts/convergence/ConvergenceRegular.woff') format('woff'),
    url('../fonts/convergence/ConvergenceRegular.ttf') format('truetype'),
    url('../fonts/convergence/ConvergenceRegular.svg#ConvergenceRegular') format('svg');
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: url("../img/pattern/black_paper.png") repeat #444;*/
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="email"]:focus  {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.vehicle-img-cont{
    /*background: #f39c12;*/
    /*height: 350px;*/
}
.brand{
    color: #D68700;
    font-family: ConvergenceRegular;
    font-size: 28px;
    font-weight: bold;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
    text-decoration: none;
    text-transform: capitalize;

}
.brand-desc{
    font-family: ConvergenceRegular;
    color: #4F4F4F;
    font-size: 16px;


}
.login-input{
    border-radius: 0;
    background: transparent;
    color: #ffffff;
}
.login-input:focus{
    border: 1px solid #ccc;
}
.login-checkbox-label{
    color: #4F4F4F;
}
.btn-login{
    border-radius: 0;
}
.login-row{
    margin-top: 5%;
}

input[type="checkbox"] {
    /*display:none;*/
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('/images/user/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url('/images/user/check_radio_sheet.png') -19px top no-repeat;
}
.home-link{
    text-decoration: none !important;
}
.mobile-app{
    width: 110px;
    float: right;
    margin-bottom: 10px;
}
.home-icon{
    width: 40px;
    float: right;
    margin-top: 15px;
}
.home-xs-icon{
    display: none;
    width: 40px;
    float: right;
}

@media (max-width: 768px) {
    .home-xs-icon{
        display: block;
    }
    .home-icon{
        /*display: none;*/
        /* New Requirement on 19.10.2020 - Set the icon top right * changes by Priyan */
        top: 0;
        right: 10px;
        position: fixed;
    }
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #E0E0E0 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #E0E0E0 !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #E0E0E0 !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #E0E0E0 !important;
}
