
.login100-form {
    width: 100%;
}
.wrap-login100 {
    width: 650px;
}
.container-login100 {
    /*background: #414a36 !important;*/
    background: none;
  /*background: #414a36;*/
    padding: 50px;
    /*margin: 71px 0px 0 290px !IMPORTANT;*/
    background-size: cover;
}
.login100-form {
    padding: 35px 25px 15px 25px;
}
.logo{
	color: #155724 !important;
    text-align: center !important;
}
.small, small {
    font-size: 66%;
}
.text-logo{
	font-size: 39px;
    margin-bottom: -20px;
    font-family: -webkit-body;
    font-weight: bold;
    color: #0c5460;
    text-indent: 2px;
}
.reminder{
	color: white;
    padding-top: 50px;
}
.bg-red{
	color: red;
}
.reminderlist{
	padding-top: 40px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: justify;
    padding: 45px;
}
.reminderlist li{
	padding-bottom: 10px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.loginloader{
	height: 180px;
    margin-top: -50px;
	margin-bottom: -90px;
}
.copyrightcust{
	font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 1.4;
    color: #0c5460;
    text-transform: initial;
}
.wrap-login100{
    border-radius: 10px;
}
.reminder {
    height: 685px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #414a36; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkgrey; 
}
.login100-form-btn{
    background: #00BCD4;
    font-size: 15px;
}
/*for mobile*/
@media (max-width: 1024px){
	.text-logo {
		letter-spacing: 0px;
	}
}