@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
    font-family: "MyriadProBold";
    src: url("fonts/MyriadProBold/MyriadProBold.eot");
    src: url("fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body, html, contain{
	overflow-y: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: "MyriadProBold";
}

.panel {
	width: 70%;
	height: 45%;
	position: fixed;
}

.contain {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width:100%;
	position:fixed;
}

.panel-header {
	font-size: 25px;
}

.panel-logo, .panel-header{
	width: 100%;
	display: grid;
	justify-content: center;
	color:#EBF0F1;
	text-align: center;
}

.login-input {
	width: 200px;
	padding: 10px;
	padding-inline-start: 15px;
	border-radius: 5px;
	border: 1px solid #bec2c5;
}

.panel-body {
	width: 100%;
	color: #EBF0F1;
	font-size: 15px;
	text-align: center;
}

.login-control {
	width: 100%;
	margin: 15px 0;
}

body, html {
	overflow-x: hidden;
	overflow: hidden;
	background: #3c3c3c;
}

.login-button {
	text-decoration: none;
    cursor: pointer;
    padding: 4px 23px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #FFD82C;
    border: 0px;
    font-family: "MyriadProRegular";
}

.login-button:hover, .login-buttoan:hover{
	background: #F7B400;
	transition: 0.25s;
	cursor: pointer;
}

.login-buttoan {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
    background-color: #FFF;
    font-family: "MyriadProRegular";
    letter-spacing: 0.5px;
    padding: 8px;
}

.chk {
	background-color: #47d7a6;
	width: 13px;
	height: 13px;
}

.login-control label {
	font-size: 12px;
	color:#EBF0F1;
}

.textlogitip{
	font-size: 14px;
   	font-family: 'Roboto', san-serif;
	letter-spacing:0.1px;
}

.login-remember {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.login-copyright {
	position: fixed;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #3e3e3e;
	font-weight: 400;
	letter-spacing: -0.48px;
}

.plogo{
	width:50px;
	height:50px;
}