@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body, html, contain{
    overflow-y: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', san-serif;
}

.panel {
    width: 70%;
    height: 70%;
    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%;
    justify-content: center;
    color:#EBF0F1;
    text-align: center;
}
.panel-logo img{
    width: 120px;
}
.login-input {
    outline:none;
    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: 'Roboto', san-serif;
}

.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: 'Roboto', san-serif;
    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;
}
