HTML *, BODY * {
font-family: Verdana, sans-serif;
}
.logo-main {
	padding: 10px 0px;
}
.navbar-nav .fa {
	margin-right:10px;
}
.navbar {
    border: 0px solid transparent !important;
}
.navbar-main{
	border-bottom: 3px solid #828282 !important;
	background-color: #F8F8F8;
}
body > footer {
   /* position: absolute;*/
    bottom: 0;
    width: 100%;
   /* height: inherit;*/
	border-top: 3px solid #828282 !important;
    /*background-color: #F8F8F8;*/
}
.inner-footer{
	margin-top: 15px;
    margin-bottom: 15px;
}
.main-header{
	text-align: center;
    font-size: 1.7em !important;
}
.main-descr{
	text-align: justify;
}
.btn-main, .btn-main:visited, .btn-main:focus  {
    background-color: #0072bc;
	/*min-width: 300px;
	max-width: 400px;*/
	font-size: 1.2em;
    font-weight: 400;
    line-height: 1.42857143;
	text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	padding: 20px 10px 20px 10px;
	margin-bottom: 25px;
	display: block;
	color: #fff;
    font-weight: 400;
	text-decoration:none;
}
.btn-main:hover  {
    background-color: rgba(0, 114, 188, 0.6);
	text-decoration:none;
}
.btn-main:active {
    background-color: rgba(0, 114, 188, 0.9);
	text-decoration:none;
}

.btn-login, .btn-login:visited, .btn-login:focus  {
    background-color: #0072bc;
	font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	padding: 10px 0px 10px 0px;
	/*margin-bottom: 25px;*/
	display: inline-block;
	color: #fff;
    font-weight: 400;
	text-decoration:none;
	padding: 6px 12px;
	border: none;
}
.btn-login:hover  {
    background-color: rgba(0, 114, 188, 0.6);
	text-decoration:none;
}
.btn-login:active {
    background-color: rgba(0, 114, 188, 0.9);
	text-decoration:none;
}
.starrequired{
	color:red;
}
.main-btn-group{
	padding: 20px 40px;
}
.main-part{
	min-height: calc(100vh - 180px);
}
    [ng\:cloak],
    [ng-cloak],
    [data-ng-cloak],
    [x-ng-cloak],
    .ng-cloak,
    .x-ng-cloak {
        display: none !important;
    }

