*
{
  	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	outline: none !important;
	color: #000;
}

html,
body
{
    background-color: #fff;
    height: 100%;
}

body #container
{
    min-height: 100%;
    position: relative;
}

body #body
{
    padding-bottom: 300px;
}

body #footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
}

.width-30-px
{
	width: 30px;
}

.width-40-px
{
	width: 40px;
}

.width-50-px
{
	width: 50px;
}

.width-60-px
{
	width: 60px;
}

.width-70-px
{
	width: 70px;
}

.width-80-px
{
	width: 80px;
}

.width-90-px
{
	width: 90px;
}

.width-100-px
{
	width: 100px;
}

.width-110-px
{
	width: 110px;
}

.width-120-px
{
	width: 120px;
}

.width-130-px
{
	width: 130px;
}

.width-140-px
{
	width: 140px;
}

.width-150-px
{
	width: 150px;
}

.width-160-px
{
	width: 160px;
}

.width-170-px
{
	width: 170px;
}

.width-180-px
{
	width: 180px;
}

.width-190-px
{
	width: 190px;
}

.width-200-px
{
	width: 200px;
}

.width-210-px
{
	width: 210px;
}

.width-220-px
{
	width: 220px;
}

.width-230-px
{
	width: 230px;
}

.width-240-px
{
	width: 240px;
}

.width-250-px
{
	width: 250px;
}

.font-10-px
{
	font-size: 10px !important;
}

.font-11-px
{
	font-size: 11px !important;
}

.font-12-px
{
	font-size: 12px !important;
}

.font-13-px
{
	font-size: 13px !important;
}

.font-14-px
{
	font-size: 14px !important;
}

.font-15-px
{
	font-size: 15px !important;
}

.font-16-px
{
	font-size: 16px !important;
}

.font-17-px
{
	font-size: 17px !important;
}

.font-18-px
{
	font-size: 18px !important;
}

.font-19-px
{
	font-size: 19px !important;
}

.font-20-px
{
	font-size: 20px !important;
}

.font-21-px
{
	font-size: 21px !important;
}

.font-22-px
{
	font-size: 22px !important;
}

.font-23-px
{
	font-size: 23px !important;
}

.font-24-px
{
	font-size: 24px !important;
}

.font-25-px
{
	font-size: 25px !important;
}

.font-26-px
{
	font-size: 26px !important;
}

.font-27-px
{
	font-size: 27px !important;
}

.font-28-px
{
	font-size: 28px !important;
}

.font-29-px
{
	font-size: 29px !important;
}

.font-30-px
{
	font-size: 30px !important;
}

.font-31-px
{
	font-size: 31px !important;
}

.font-32-px
{
	font-size: 32px !important;
}

.font-33-px
{
	font-size: 33px !important;
}

.font-34-px
{
	font-size: 34px !important;
}

.font-35-px
{
	font-size: 35px !important;
}

.font-36-px
{
	font-size: 36px !important;
}

.font-37-px
{
	font-size: 37px !important;
}

.font-38-px
{
	font-size: 38px !important;
}

.font-39-px
{
	font-size: 39px !important;
}

.font-40-px
{
	font-size: 40px !important;
}

.font-50-px
{
	font-size: 50px !important;
}

.font-60-px
{
	font-size: 60px !important;
}

.section-login
{
	background: -webkit-linear-gradient(to right, #7c8081, #2572b3);
    background: -moz-linear-gradient(to right, #7c8081, #2572b3);
    background: linear-gradient(to right, #7c8081, #2572b3);
    min-height: 100vh;
    padding-top: 50px;
}

.section-login h1
{
	font-size: 25px;
}

.section-login h2
{
	font-size: 18px;
}

.section-login h3
{
	font-size: 14px;
}

.section-login .login-wrapper
{
	width: 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before
{
    background-color: #2572b3;
}

.custom-control-input:checked~.custom-control-label::before
{
    background-color: #2572b3;
}

.form-control:focus
{
    border-color: #ffffff;
    box-shadow: 0 0 0 0.06rem rgb(23, 162, 184);
}

.btn-info
{
    color: #fff;
    background-color: #2572b3;
    border-color: #2572b3;
}

.btn-info:hover,
.btn-info:focus
{
    background-color: #4b8ec7;
    border-color: #4b8ec7;
}

.btn-info:focus
{
    box-shadow: 0 0 0 0.2rem rgb(37, 114, 179);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle
{
    background-color: #4b8ec7;
    border-color: #4b8ec7;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0.2rem rgb(37, 114, 179);
}

.btn-info.disabled, .btn-info:disabled
{
    background-color: #4b8ec7;
    border-color: #4b8ec7;
}
