/* Hide tabs section of header */


/* Login CSS */

.cgchck-login {
	font-size: 18px;
	line-height: 1.45;
	font-weight: normal;
	color: #000;
}

.cgchck-login * {
	box-sizing: border-box;
}

.cg-form-modern .form-field-wrapper{
	border-radius: 12px;
}

.cgchck-login a {
	color: #000;
}

.cgchck-login b {
	color: #243d77;
	word-break: break-all
}

.cgchck-login h1,
.cgchck-login h2,
.cgchck-login h3,
.cgchck-login h4,
.cgchck-login h5,
.cgchck-login h6,
.cgchck-login .h1,
.cgchck-login .h2,
.cgchck-login .h3,
.cgchck-login .h4,
.cgchck-login .h5,
.cgchck-login .h6 {
	color: #000;
	font-weight: 500;
	margin: 0 0 10px;
}

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

.cgchck-login h2,
.cgchck-login .h2 {
	font-size: 22px;
}

.cgchck-login h3,
.cgchck-login .h3 {
	font-size: 20px;
}

.cgchck-login h4,
.cgchck-login h5,
.cgchck-login h6,
.cgchck-login .h4,
.cgchck-login .h5,
.cgchck-login .h6 {
	font-size: 18px;
}

.cgchck-login p {
	margin: 0 0 20px;
}

.cgchck-login .cg-btn {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 0 20px;
	text-decoration: none;
	border-radius: 0;
	min-width: 160px;
	transition: .2s all;
}

.cgchck-login .cg-btn i {
	margin-left: 10px;
}

.cgchck-login .cg-btn i.pre {
	margin-right: 10px;
	margin-left: 0;
}

.cgchck-login .cg-btn:hover,
.cgchck-login .cg-btn:focus {
	background-color: #000;
	color: #fff;
}

.cgchck-login .cg-btn.btn--green {
	background-color: #13C057;
	color: #fff;
	border-color: #13C057;
}

.cgchck-login .cg-btn.btn--green:hover,
.cgchck-login .cg-btn.btn--green:focus {
	background-color: #fff;
	color: #13C057;
}

.cgchck-login .cg-btn.btn--red {
	background-color: #fff;
	color: #FF0000;
	border-color: #FF0000;
}

.cgchck-login .cg-btn.btn--red:hover,
.cgchck-login .cg-btn.btn--red:focus {
	background-color: #FF0000;
	color: #fff;
}

.cgchck-login .btn-as-link {
	border: none;
	background: none;
	padding: 0;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.cgchck-login .btn-as-link:hover,
.cgchck-login .btn-as-link:focus {
	text-decoration: none;
}

.cgchck-login__logo-wrapper {
	width: 100%;
	margin-top: -30px;
}

.cgchck-login__logo {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	height: auto;
}

.cgchck-login__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: -1px;
}

.cgchck-login__tab {
	width: 150px;
	background-color: #F7F7F7;
	height: 56px;
	line-height: 54px;
	color: #000;
	text-align: center;
	border: 1px solid #F7F7F7;
	border-bottom-color: #D3D3D3;
	margin: 0 15px;
	font-size: 16px;
	cursor: pointer;
}

.cgchck-login__tab:hover,
.cgchck-login__tab:focus {
	border-color: #D3D3D3;
}

.cgchck-login__tab[aria-selected="true"] {
	background-color: #fff;
	border-color: #D3D3D3;
	border-bottom: 0;
}

.cgchck-login__panel {
	border: 1px solid #D3D3D3;
	padding: 30px 50px;
	width: 100%;
}

.cgchck-login__panel .cg-form-modern > *:nth-child(1) {
	margin-top: 0;
}

.cgchck-login__panel .cg-form-modern > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgchck-login__panel .cg-form-modern button,
.cgchck-login__panel .cg-form-modern .cg-form-btn,
.cgchck-login__panel .cg-form-modern [type="submit"] {
	text-align: center;
	padding: 0 25px;
	border-radius:25px;
}

.cgchck-login__panel .cg-form-modern button i,
.cgchck-login__panel .cg-form-modern .cg-form-btn i,
.cgchck-login__panel .cg-form-modern [type="submit"] i {
	position: relative;
	top: 1px;
	right: 0;
	transform: none;
	margin-left: 10px;
}

@media only screen and (max-width: 1300px) {

	
}

@media only screen and (max-width: 1100px) {

	
}

@media only screen and (max-width: 850px) {
	

}

@media only screen and (max-width: 600px) {

	.cgchck-login__tab {
        width: 130px;
        margin: 0 5px;
        font-size: 14px;
        height: 50px;
        line-height: 48px;
    }

    .cgchck-login__panel {
    	padding: 30px 20px;
    }
}
@media only screen and (max-width: 600px) {

.cgchck-login__panel {
/*	width: 85%;*/
}
}






