
html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
  ========================================
  BG Gradient
  ========================================
*/

.bg-grad {
   background: rgb(0,121,145);
    background: radial-gradient(circle, rgba(0,121,145,1) 0%, rgba(120,255,214,1) 100%);
}
/*
.modal-backdrop {
    background-image: url("../img/parcels/Mandatory Training.PNG");
    background-repeat: no-repeat;
}
    */
.btn{
    margin-left: 5px;
}
.mtg-2, .myg-2 {
    margin-top: 2.3rem !important;
}
.input-group-prepend {
    width: 46px !important;
    height: 46px !important;
}
.bg-error_grad {
    background: #e2cac1;
    background: -webkit-linear-gradient(to right, #d3a1ac, #f6ded3);
    background: -moz-linear-gradient(to right, #d3a1ac, #f6ded3);
    background: linear-gradient(to right, #d3a1ac, #f6ded3);
}
.pt-4 {
     padding-top: 0.1rem!important; 
}
#phone_form-row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -5px !important;
    margin-left: -5px !important;
}