@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
html,body{
    background: #006FBA;
    font-family: 'Poppins', sans-serif;
}
::selection{
    color: #fff;
    background: #006FBA;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container .form{
    background: #fff;
    padding: 30px 35px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container .form form .form-control{
    height: 40px;
    font-size: 15px;
}
.container .form form .forget-pass{
    margin: -15px 0 15px 0;
}
.container .form form .forget-pass a{
   font-size: 15px;
}
.container .form form .button{
    background: #006FBA;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.container .form form .button:hover{
    background: #006FBA;
}
.container .form form .link{
    padding: 5px 0;
}
.container .form form .link a{
    color: #006FBA;
}
.container .login-form form p{
    font-size: 14px;
}
.container .row .alert{
    font-size: 14px;
}
.responsive {
    width: 100%;
    height: auto;
  }


  /* #wrapper.toggled #sidebar-wrapper {
    width: 235px;} */

/* #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -235px;} */

/* #page-content-wrapper {
    width: 100%;
    padding-top: 20px;}


    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        width: calc(100% - 235px);
        margin-left: 235px;
    } */



      


 