@import url("fonts.css");

html,
body {
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: black;
    margin: 0;
    padding: 0;
}
BODY {
    background-color: black;
    font-family: Roboto, sans-serif;
    overflow: hidden;
}
/*** Login ***/
.cardsize {width:300px; height:500px;}
.Login {position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);}
.LoginImg {width:88px;height:104px;}
.LoginTitle {font-size:28px;font-weight:500;margin-bottom:20px;}
.LoginSubTitle {font-size:24px;font-weight:500;margin-bottom:10px;}
.LoginButton {background-color:#343a40;color:#f8f9fa;width:250px;}
.LoginButton.btn:focus {background-color:#343a40;color:#f8f9fa;border-color:#0d6efd;}
.LoginButton.btn:hover {background-color:#343a40;color:#f8f9fa;border-color:#0d6efd;}


