* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
html, body {
   width: 100%;
   height: 100%;
}
body {
   margin: 0;
   padding: 0;
   max-width: 100%;
   overflow-x: hidden;
}

.login-header {
   width: 480px !important;
}

.login-main-card {
   margin: 0;
   padding: 0;
   background: #fff !important;
   border: none;
   box-shadow: none;
   font-family: 'Montserrat' !important;
}

.header, .header-for-pd {
   text-align: center;
   padding: 20px auto auto;
   display: flex;
}

.header-for-pd {
   background: url(../files/fill.gif) repeat-x;
}

.logo {
   /*width: 100%;*/
   max-height: 97px;
   display: block;
   margin: 20px auto;
   max-width: 480px;
}

.form-group {
   position: relative;
   margin-bottom: 20px;
   margin-top: 20px;
}

.pf-c-form__label {
   position: absolute;
   top: -4px;
   left: 8px;
   background-color: #fff;
   margin: 0;
   padding: 0 2px;
   display: block;
   line-height: 0.7;
}

.pf-c-form__label-text {
   color: #151515;
   font-size: 12px;
}

.pf-c-form-control {
   display: block;
   width: 100%;
   border: 1px solid #E8E8E8;
   background-color: #F5F5F5;
   border-radius: 3px;
   font-size: 14px;
}

.pf-c-form-control:not(textarea) {
   height: 40px;
   text-overflow: ellipsis;
   font-size: 14px;
}

.pf-c-form-control:focus {
   border: 1px solid #002B5C;
   outline: none;
}

.pf-c-button.pf-m-block {
   display: inline-block;
   width: 100%;
   height: 40px;
   border-radius: 3px;
   line-height: 32px;
}

.pf-c-button.pf-m-primary {
   background-color: #002B5C;
   text-transform: uppercase;
   color: #ffff;
}

.pf-c-button.pf-m-primary:active,
.pf-c-button.pf-m-primary:hover {
   background-color: #114580;
   color: #fff;
}

.pf-c-button.pf-m-secondary {
   border-style: solid;
   border-width: thin;
   text-transform: uppercase;
   line-height: normal;
   -webkit-appearance: button;
   cursor: pointer;
   border-color: #002B5C;
   color: #002B5C;
}

.pf-c-button.pf-m-secondary:active,
.pf-c-button.pf-m-secondary:hover {
   border-width: medium;
   font-weight: 700;
   border-color: #114580;
   color: #114580;
}

.btn-lg {
   line-height: unset;
}

.login-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 0px 10px 0px;
}

.button-container {
   margin-bottom: 20px;
}

.button-text {
   font-size: 11px;
}

.button-content {
   display: flex;
   align-items: center;
   padding-left: 10px;
}

.button-content img {
   margin-right: 10px;
}

.links {
   text-align: center;
   margin-top: 20px;
}

.forgot-pass {
   margin-top: 20px;
   text-align: center;
   font-size: 15px;
}

.bow-link:hover {
   color: #403c3c;
}

.login-form-main-div {
   padding-top: 50px;
}