html,body{
    height: 100%;
}
body{
    background-color: #003a7d !important;
    padding-top: 50px;
}
.po-relative{
    position: relative;    
    min-height:calc(100% - 100px);
    background-image: url(images/drop-bg-left.png), url(images/drop-bg-right.png);
    background-position: left 150px, right 50px;
    background-repeat: no-repeat, no-repeat;
}
.footer-waves{
    background-image: url(images/left-patch.png), url(images/right-patch.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: 100px;
}
.btn{
    border-radius: 3px;
    min-width: 100px;
}
.btn-outline-primary {
    border-color: #80d0f6;
    color: #003a7d;
}
.btn-outline-primary:hover,
.btn-primary,
.btn-primary:hover {
    background-color: #80d0f6;
    border-color: #80d0f6;
    color: #003a7d;
}

.btn.disabled, 
.btn:disabled, 
fieldset:disabled .btn{
    background-color: #ececec;
    border-color:  #ececec;
    color: #000;
    opacity: 1;
}

.form-wrap{
    border:1px solid #28afef;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
::placeholder {
    color: #0b5db6 !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #0b5db6 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #0b5db6 !important;
  }
.form-wrap h4{
    font-weight: normal;
    color:#9b9b9b ;
}
.pw-policy{
    text-align: left;
    font-size: 12px;
}
.pw-policy p{
    margin-bottom: 5px;
}
.pw-policy ul{
    padding-left: 17px;
}
.left-drop, .right-drop{
    position: absolute;
}
.left-drop{
    margin-left: -40px;
    left: 0;
    top: 160px;
}
.right-drop{
    right: 0;
    margin-right: -30px;
    top: -30px;
}
.form-bottom-logo{
    margin-bottom: -70px;
}
.pp-link{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    color: #003a7d;
    text-decoration: none;
}
.waves{
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -50px;
    z-index: -1;
}