/*@font-face {
  font-family: GothamPro;
  src: url('/../fonts/GothaProReg.otf');
  font-weight: 400;
}*/

body.login
{
	background-color: #fff !important;
	font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    font-family: GothamPro, 'Open Sans', sans-serif;
}
.enter_wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    height: 40px;
    background: none;
    outline: none;
    margin-bottom: 20px;
    border: 3px solid #d6d6d6;
    border-radius: 0;
}
.form-control:focus {
	height: 40px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 3px solid #d6d6d6;
}
.content
{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form
{
    width: 290px;
    display: flex;
    flex-direction: column;
}
.logo img
{
	/*width: 100%;*/
    height: 100%;
    transform: translate(43%, 20%);
}
.enter_title {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
}
.enter_forgot
{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.enter_forgot a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.enter-btn {
    background: none;
    outline: none;
    color: black;
     font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 30px;
    border: 3px solid #39a436;
}
.copyright
{
    font-size: 13px;
    margin-top: 10px;
    color: #999;
    text-align: center;
}
