div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

.text-green{
    color: #044C2F;
}

.form-control:focus {
    border-color: #CDDFD7;
    box-shadow: 0 0 0 0.15rem rgba(6, 96, 59, 0.15);;
}

.white-fon{
    background-color:#fff;
}


.form-select:focus {
    border-color: #CDDFD7;
    box-shadow: 0 0 0 0.25rem rgba(6, 96, 59, 0.15);;
}

.btn-green{
    color: #fff;
    background: #06603B;
}

.form-control{
    border-radius: 15px;
}

.auth-link a{
    color: #377f62;
}

.auth-link a:focus{
    color:#06603B;
}

html{
    height: 100%;
}

body {

    display: flex;
    flex-direction: column;
    height: 100%;
}
nav.navbar{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.container-fluid{
    flex: 1 0 auto;
}

footer{
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.form {
    width: 500px;
    margin: auto auto;
    height: auto!important;
    /*position: relative;*/
}
.logo{
    text-align: left;
    font-size: 26px;
    position: relative!important;
    height: auto;
    background: none!important;
    width: auto!important;
}
.logo_img{
    width: 100px;
}

.footer-bs{
    position: relative!important; /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ */
    left: 0; bottom: 0; /* Ð›ÐµÐ²Ñ‹Ð¹ Ð½Ð¸Ð¶Ð½Ð¸Ð¹ ÑƒÐ³Ð¾Ð» */
    /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ Ñ‚ÐµÐºÑÑ‚Ð° */
    background: #125DA8; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
    color: #fff; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
    width: 100%; /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° ÑÐ»Ð¾Ñ */
    flex: 0 0 auto;



}

.footer-bs a{
    color: #ffffff;
}

.icon{
    width: 45px;
    height: 45px;
    padding: 7px;

}

.pad_foo{

    align-items: center;
}

.green-footer{
    color: #ffffff;
    background: #06603B;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 60px;
    position: relative!important;
}
.green-head{
    background: #06603B;
    height: 30px;
    position: relative!important;
}

.driver_qr {
    position: absolute!important;
    right: 50px;
    top: 50px;
    width: auto!important;
}

.driver_qr img {
    width: 150px;
    height: 150px;
    position: relative!important;
    background: none!important;
}


@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .logo {
        text-align: center;
    }
    .driver_qr {
        position: static!important;
        text-align: center;
        margin: 10px 0;
    }
    .form {
        width: 100%;
    }
}
