@font-face {
   font-family: "sp_akkurat_normal_font";
   src: url("../../vendor/fonts/Akkurat.ttf");
   font-style: normal;
}

.body-background{
    background: linear-gradient(to top, #e0f9e100, #76bf77c7),url('../../../../fleet/assets/img/GettyImages 1027768380_Large.png') no-repeat top center;
    background-position:center;
    background-size:cover;
     height: 100%;
    top: 0;
    position: fixed;
    width: 100%;
    
}
.container{
    height: 347px;
    position: absolute;
    top: 70%;
    left: 85%;
    transform: translate(-50%, -50%);
}
.form-login {
	display:flex;
	flex-direction: column;
    background-color: rgb(255,255,255);
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 3px #8a8f95e6;
    border: 1px solid #CCCCCC;
    opacity: 1;
}


.form-login .form-group {
    height: 54px;
    width: 300px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.form-login .form-control{
    height: auto;
    font-size: 15px!important;
    border-radius: 10px;
    padding: 11px 10px;
}

.login-form{
	width: 100%;
    height: 100%;
}

.login-form-group-button{
	height: 54px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.login-form-group-button-left{
	width: 70%
}

.login-form-group-button-right{
	width: 30%
}
h4 {
    border:0 solid #fff;
    border-bottom-width:1px;
    padding-bottom:10px;
    text-align: center;
}

.footer p{
    font-size: 18px;
}
.login-row {
	width: 500px;
    height: 100%;

}

.text-danger{
    color: #D6002A;
    font-weight: bold;
    letter-spacing: 0.2;
    margin-left: 20px;
    margin-top: 50px;
}
.button-login{
    margin-top: 30px;
    width: 70%;
}
.login-text{
	font-size: 16px;
    font-family: sp_akkurat_normal_font; 
}
.error{
    color: #D6002A;
    font-size: 12px;
    padding-top: 4px;
}
.login-title {
    color: #D6002A;
    padding-left: 20px;
    border-bottom: 1px solid #CCCCCC;
    height: 41px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
}
.lbl-register{ 
    font-weight: 500;
    margin: 5px;
    font-size: 12px;
    color: #564f4f;
    letter-spacing: 0.4px;
}
.login-button{
  background: #006D89;
  font-family: sp_akkurat_normal_font;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 112px;
  margin-left: 25px;
  margin-top: 90px;

}
.login-input{
    height: 32px;
    width: 100%;
    border-radius: 2px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    opacity: 1;
    margin-top: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
}

.login-input-text{
	font-size: 14px;
}
.login-border-red{
	border-top: 1px solid #D6002A;
}
