html, body {
    margin: 0;
    padding: 0;
    font-family: RobotoRegular;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.container-login {
    height: 100vh;
    width: 100%;
    background-color: #2c348c;
    position: relative
}

.container-login   article.background-white
{
    /*background-color: #2c348c;*/
    background-color: #fff;
    height: 80%;
    width: 100%
}

.container-login   article.background-white img
{
    margin-left: 70px;
    margin-top: 32px;
}

.container-login   article.background-red
{
    background-color: #38944c;
    /*background-color: #dc3545;*/
    height: 20%;
    width: 100%;
    border-top: 5px solid #ffc107;
}

.container-login   article.form-absolute
{
    bottom: 10%;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.container-login   article.form-absolute   .form
{
    position: relative;
    max-width: 410px;
}

.container-login   article.form-absolute   .form   .triangle
{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: #ffffff transparent transparent transparent
}

.container-login   article.form-absolute     .p-card-shadow
{
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.p-card {
	background: #ffffff;
	color: #495057;
	box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px
		#0000001f;
	border-radius: 6px
}

.p-card .p-card-body {
	padding: 1.25rem
}

.p-card
.p-card-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: .5rem
}

.p-card
.p-card-subtitle {
	font-weight: 400;
	margin-bottom: .5rem;
	color: #6c757d
}

.p-card
.p-card-content {
	padding: 1.20rem 0
}

.p-card .p-card-footer {
	padding: 1.20rem 0 0
}

.p-component {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
}

.home-form {
    background: #ffffff;
    color: #495057;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    border-radius: 6px;
}
.img-fluid{
	height: 73px;
}

cursor-pointer{
	cursor: pointer;
}

.home-form__title {
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    font-weight: lighter;
    margin-bottom: 26px;
}
.home-form__title strong {
    font-weight: bold;
}
.home-form__title-top {
    margin-bottom: 0;
}
.home-form__title-bottom{
    margin-top: 0;
}
.home-form input {
    max-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.home-form textarea {
    max-height: 120px ;
    height: 120px !important;
    margin-bottom: 15px;
}
.home-form__btn-content {
    display: flex;
    justify-content: flex-end;
}
/*
.home-form .btn {
    background: #273686;
    padding: 2px 10px;
    font-family: "Arial";
    font-style: normal;
    color: #FFFFFF;
    border-radius: 32px;
    width: 100%;
}
.home-form .btn:focus,
.home-form .btn:hover {
    background-color:
        #D5D8DC;
    border-color:
        #D5D8AC;
    color:
        #000;
}*/
.home-form .btn {
    background: #D5D8DC;
    padding: 2px 10px;
    font-family: "Arial";
    font-style: normal;
    color: #000;
    border-radius: 32px;
    width: 100%;
}
.home-form .btn:focus,
.home-form .btn:hover {
    background-color:
        #38944c;
    border-color:
        #D5D8DC;
    color:
        #fff;
}


.home-form textarea, select,
.home-form input {
    border: 1px solid #D5D8DC;
    box-sizing: border-box;
    border-radius: 4px;
    color: #000;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.home-form textarea:focus, select:focus,
.home-form input:focus {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
}
.home-form textarea::placeholder, select ::placeholder,
.home-form input::placeholder {
    color: #838585;
}
.home-form__label {
    font-family: "Nunito Sans";
    font-style: normal;
    font-size: 16px;
    color: #2A374A;
    margin-bottom: 4px;
}
@media (max-width: 500px) {
    .home-form {
        margin-top: 1.5rem;
    }
    .home-form__title{
        margin-bottom: 12px;
    }
    .home-form .form-group{
        margin: 0 0 0 0;
        margin-top: 0 !important;
    }
    .home-form textarea{
        margin-bottom: 25px;
    }
    .home-form input.submitBnt{
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
	.container-logo a {
	    position: absolute;
	    top: 38px;
	    left: 40%;
	}/*
	.container-login div.form-absolute {
	    bottom: 30%;
	    position: absolute;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}*/
}
.form-style {
  padding-left: 30px;
  height: 48px;
  font-weight: 500;
  line-height: 22px;
}

.input-icon {
  position: absolute;
  margin-left: 10px;
  margin-top: -38px;
  color: #000;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fa-eye-circle {
    display: inline-block;
    position: absolute;
    margin-top: -38px;
    right: 53px;
    color: #D5D8DC;
    transition: all 0.5s ease 0s;
}
.username:valid {
}
.validField:invalid {
	border: 1px solid #dc3545;
}

.btnValid:valid {
	background-color: rgb(52 195 143);
	border-color: #D5D8DC;
	color: #fff;
}

.preloader{width:100%;height:100%;top:0px;position:fixed;z-index:99999;background:#fff}.lds-ripple{display:inline-block;position:relative;width:64px;height:64px;position:absolute;top:calc(50% - 3.5px);left:calc(50% - 3.5px)}.lds-ripple .lds-pos{position:absolute;border:2px solid #273686;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;animation:lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite}.lds-ripple .lds-pos:nth-child(2){-webkit-animation-delay:-0.5s;animation-delay:-0.5s}@-webkit-keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.notify{position:relative;top:-18px;right:-11px}.notify .heartbit{position:absolute;top:-20px;right:-4px;height:25px;width:25px;z-index:10;border:5px solid #da542e;border-radius:70px;-moz-animation:heartbit 1s ease-out;-moz-animation-iteration-count:infinite;-o-animation:heartbit 1s ease-out;-o-animation-iteration-count:infinite;-webkit-animation:heartbit 1s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.notify .point{width:6px;height:6px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:#da542e;position:absolute;right:6px;top:-10px}@-moz-keyframes heartbit{0%{-moz-transform:scale(0);opacity:0.0}25%{-moz-transform:scale(0.1);opacity:0.1}50%{-moz-transform:scale(0.5);opacity:0.3}75%{-moz-transform:scale(0.8);opacity:0.5}to{-moz-transform:scale(1);opacity:0.0}}@-webkit-keyframes heartbit{0%{-webkit-transform:scale(0);opacity:0.0}25%{-webkit-transform:scale(0.1);opacity:0.1}50%{-webkit-transform:scale(0.5);opacity:0.3}75%{-webkit-transform:scale(0.8);opacity:0.5}to{-webkit-transform:scale(1);opacity:0.0}}
