﻿
body, 
.access-wrapper {
	background: #f2f6fb;
}

.access-inner {
	width: 550px;
	margin: -60px auto 0;
	padding-bottom: 80px;
}

.access-wrapper .top-banner {
	padding-top: 180px;
}

.access-wrapper form {
	box-shadow: 0px 0px 0px 1px #d0d7e5, 0 30px 30px -8px rgba(216,224,241,0.65);
	border-radius: 10px;
	padding: 45px 35px 50px;
	position: relative;
	background: #fff;
}

.access-wrapper .InputPlacement .form-control {
	background: transparent;
}

.access-wrapper form h3 {
	transform: translateY(-15px);
	margin-bottom: 15px;
}

.other-access {
	text-align: center;
	margin-top: 30px;
	font-size: 17px;
}

	.other-access a {
		color: var(--sc);
		font-weight: 700;
	}

.InputPlacement.icon .inp-label {
	left: 35px;
}

.InputPlacement.icon .form-control {
	padding-left: 35px;
}

.InputPlacement.icon svg {
	position: absolute;
	left: 0;
	top: 12px;
	color: var(--pc);
}

.fgt-pw {
	display: flex;
	justify-content: flex-end;
	color: var(--pc);
	margin: 0 0 15px;
}

.form-check {
	margin-bottom: 15px;
	padding: 0;
}

	.form-check a {
		margin: 0 7px;
		color: var(--pc);
		text-decoration: underline;
	}

.InputPlacement textarea.form-control {
	height: 90px;
	resize: none;
}



.materialUI .form-group {
	margin-bottom: 25px;
}