html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/


/*------
    bakcground image login
    ----------------------------*/
.focusedform {
    padding: 0;
    background-image: url('../img/bg-9.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /*background-size: cover;*/
    background-size: 100% 100%;
}

    .focusedform .panel {
        width: 400px;
    }

    .focusedform .brand {
        display: block;
        padding-bottom: 40px;
        margin: 0 auto;
        width: 224px;
    }

    .focusedform .verticalcenter {
        position: absolute;
        top: 47%; /**42%*/
        left: 50%; /**50%*/
        margin-top: -150px; /**-186px*/
        margin-left: -200px;
    }

@media (max-width: 767px) {
    .focusedform .panel {
        width: 320px;
    }

    .focusedform .verticalcenter {
        margin-left: -160px;
    }
}