/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Jan-2023, 13:28:27
    Author     : DTCE IT Personnel
*/


.masthead-moto-container {
    /*border-left: .6rem solid #ec843b;*/
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}


.register-profile-container {
  border: 1px solid #ccc;
  border-radius: .3rem;
}
.register-profile-container .nav-item .nav-link{
  border-radius: 0rem!important;
  margin: -1px;
}
.register-profile-container .nav-item:first-child .nav-link.active{
  border-top-left-radius: .2rem!important;
  border-bottom-left-radius: .2rem!important;
}
.register-profile-container .nav-item:last-child .nav-link.active{
  border-top-right-radius: .2rem!important;
  border-bottom-right-radius: .2rem!important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.register-form .form-group {
    margin-bottom: .5rem;
}

.register-form .field-icon-right{
  position: absolute;
  margin-left: .7rem;
  height: calc(1.5em + 1rem + 2px);
  display: flex;
  align-items: center;
  font-size: .8rem;
  color: #c0c0c0
}

.field-icon input.form-control{
  padding-left: 30px;
}
.register-form .form-control {
    font-size: .9rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.panel{
  box-shadow: -1px 2px 2px rgba(0,0,0,.1);
}