﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #333;
    background-color:#00467A !important;
   /* background-image: url("../Images/Background.png") !important;*/
}

 .bbna-content {
    background-color: #fff;
    width:400px;/*increase with 360 t0 400 of login popup due to additional refresh button*/
    margin: 102px auto;
    box-shadow: 4px 3px 17px 4px;
    margin-bottom: 0px;
    padding: 30px;
    padding-top:1px;
    padding-bottom:64px;
}

 /*bnna conten for checkCookies page*/
.bbna-conten-cookies {
    background-color: #fff;
    width: 400px; /*increase with 360 t0 400 of login popup due to additional refresh button*/
    margin: 102px auto;
    box-shadow: 4px 3px 17px 4px;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 1px;
    padding-bottom: 100px;
}

.font-bold {
    font-weight: bold;
}


 .input-icon {
    border-left: 6px solid #0046ad  !important;
    position: relative;
}
 .input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
 .input-icon > .form-control {
    padding-left: 33px;
}
 .form-title {
    font-weight: 300;
    margin-bottom: -10px;
    margin-top: 35px;
}
 .centerimage {
    vertical-align: middle;
    text-align: center;
}
 .dmilogo {
    max-width: 100%;
    height: auto;
    width: 170px;
    position: relative;
}
.btn {
    border-radius: 0px !important;
}
.form-control{
    border-radius: 0px !important;
}
.txt-Forgot {
    float: left;
    cursor:pointer;
    text-decoration: underline !important;
}

/*for loading spinner*/
.spinner {
    display: inline-block !important;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s !important;
    -moz-transition: opacity 0.25s, width 0.25s !important;
    -o-transition: opacity 0.25s, width 0.25s !important;
    transition: opacity 0.25s, width 0.25s !important;
}

.faa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin !important;
}


.faa {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        width: auto;
    }

.has-spinner.btn.active .spinner {
    min-width: 16px;
}
.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.margin-right10{
    margin-right:10px;
}
