body{margin:0px; padding:0px; font: Bold 14px/18px Montserrat; background:#FC2424; color:#212121;}
.login-main{
margin:auto;
width: 350px;
background:#fff; 
border-radius:20px;
box-shadow: 0px 4px 16px #00000029;
padding:25px;
}

.login-logo {
    text-align: center;
 
	margin-bottom:15px;
}


.login-logo img {
    width: 95px;
}

.login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.admin-btn {
    text-align: center;
	margin-bottom:15px;
}

.admin-btn a {
    border: 2px solid #fc2424;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
	color:#212121;
}

.admin-btn a:hover {
    background: #fc2424;
    cursor: pointer;
    color: #fff;
	text-decoration:none;
}


.login-main .form-control {
  font-family: Montserrat;
  font-weight: 400;
  height: 45px;
  background: #f9f9f9;
  box-shadow: none;
}

.btn-sign {
    width: 100%;
    background: #FC2424;
    border-radius: 5px;
    font-weight: 400;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    height: 45px;
    outline: none;
	border:0px;
}

.btn-sign:hover {
    color: #fff;
    background: #f73636;
}

.forgot {
    text-align: center;
}

.forgot a {
    color: #0372BC;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}