.logo_login img {
    width: 100px;
}

.card-header {
    background: none !important;
    border: none !important;
    text-align: center;
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    margin-top: 50px;
}

.card.card-login.mx-auto.mt-5 {
    text-align: center;
	font-size:14px;
	font-family: Roboto_Regular;
}

.card-login {
    max-width: 25rem;
}

.card.card-login.mx-auto.mt-5 input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

@font-face {
    font-family: Roboto_Bold;
    src: url("fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: Roboto_Regular;
    src: url("fonts/Roboto-Regular.ttf");
}

.logo_title {
    font-family: Roboto_Bold;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 4px;
}

.logo_title span{
    font-family: Roboto_Regular;
}

.welcome h3 {
    font-family: Roboto_Bold;
    font-size: 20px;
    margin-top: 20px;
}

.card-body {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
    padding: 20px;
}

.welcome_text a {
    color: #9d2938 !important;
    text-decoration: none;
}

.card-body ::placeholder {
  
  font-size: 14px;
}

.container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 15px;
  
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;  
  }
  
  .container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.418);
  }  

.login-box {
    text-align: center;
    font-size: 14px;
    font-family: Roboto_Regular;
	/* max-width: 400px; */
	    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    min-height: 600px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .90rem;
	margin-right: 20px;
}

.login-page{
	width:100%;
	max-width:100%;
	text-align:center;
}

.card .body{
	padding:0;
	margin-top:-30px;
}

.login-page .form-group {

    margin-bottom: 0;
}

.login-page .form-group .form-line {
 
    border: none;
}

.login-page .form-line input {
    display: block;
    width: 100%;

    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.login-page {
    background-color: #343a40!important;
}


.login-page button.btn.btn-block.bg-pink.waves-effect {
    background: #9d2938 !important;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 7px;
    font-size: 16px;
}