/* Very exciting new colors for ADA comp */
.boston-ocean {
    color: #003087 !important;
  }
  .bg-boston-ocean {
    background-color: #003087 !important;
  }
  .boston-ocean-light {
    color: #007DBA !important;
  }
  .boston-black {
    color: #333333 !important;
  }
  .boston-gray {
    color : #74767B !important;
  }
  .boston-box {
   color: #E6EEF5 !important;
  }

.login_background{
    /*background-color: #f5f5f5;*/
    /* background-image:url('/images/Updated_Login_Screen.png'); */
    background-image: 
        url('/images/fit_kit_starburst.svg'),
        linear-gradient(360deg, rgba(118, 172, 204, 1) 0%, rgba(0, 115, 150, 1) 100%);
    background-color:rgba(118, 172, 204, 1);
    background-size: 80%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, 0% 0%;
    /* background-color: orange; */
}
.login_image{
    /*background-image: url("../../img/login-bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/

   /*background-image: url("/images/Rounded-Rectangle.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -2px 12px 50px -5px #000;
    background-color: #E6EEF5; /*#007396;*/
    /*background:rgb(76,129,161);*/
}
.login_section .custom-control-description{
    /* color: #fff !important; */
}
.custom-control {
    padding-left:0 !important;
}
.checky {
    background: #E8E8E8 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 4px;
opacity: 1;
position:relative;
top:2px;
}
.login_section{
    padding: 25px 30px 30px 30px;
    border-radius: 5px;


}
.login_section h4 {
    font-family:"Museo";
    color: #edc032;
    font-size:1.75rem;

}
.login_section_top{
    margin: 15% 0;
}
.login_section input{
    /*padding-left: 20px;*/
    /*background-color:rgba(142, 151, 161, 0.5);*/
    /*color: #fff;*/
    border:none;

    color:black;
    background-color:white;
    padding-left:20px;
    border-radius:0;
}
.login_section input:focus{
    /*background-color: rgba(142, 151, 161, 0.5);*/
    /*color: #fff;*/
    border:none;
    border:inset 1px solid grey;
}
.login_bottom{
    /*border-bottom: 1px solid #666;*/
    /* padding-bottom: 40px; */
    padding-bottom:8px;
}
.login_section a{
    cursor: pointer;
}
.admire_logo{
    width:70px;
    height:70px;
}
/*register*/
.register_section_top{
    margin: 10% 0;
}
/*forgot password*/
.forgot_section_top{
    margin: 135px 0;
}


.form-group .col-form-label {
    font-size:12px !important;
    padding-left:4px;
    padding-top:4px;
    padding-bottom:0px;
    color: #74767B;
}

.form-group input {
    padding-left:4px;
    padding-top:0px;
    padding-bottom:2px;
    color:#333;
    font-size:14px;
    font-weight:bold;
}

.signoff {
    color:#000;
    font-size:11px;
    margin-bottom:0 !important;
}