
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');;

}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');

}
@font-face {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');

}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald-Regular'), url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff');;

}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local('Oswald-SemiBold'), url('../fonts/Oswald-SemiBold.woff2') format('woff2'), url('../fonts/Oswald-SemiBold.woff') format('woff');;
}

body {
    margin: 0px;
    font-family: Montserrat,Helvetica, Arial, sans-serif !important;
    background: white;
}


.btn, .form-control:focus {
    border-color: #cccccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#logo {
    width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
#message {
    margin: 6px 18px 6px 18px;
    padding: 0px;
    background: white;
    border-radius: 3px;
    color: black;
    height: 45px;
    display: none;
    font-size: 13px;
    min-width: 350px;
	font-weight: 600;
}
.input-md {
    min-width: 350px;
	font-weight: 400 !important;
	color: gray;
	border:none !important;
	border-bottom: 1px solid #ced4da !important;
	border-radius: 0px !important;
    padding: unset;
}
.input-md:focus {

	border-bottom: 1px solid #b5b5b5 !important;

}
#preloader {
    display: none;
}
.form-login {
    margin: auto;
    width: 400px;
    padding: 0px 10px;
}
.btn-login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #00a651;
    color: white;
    font-weight: 500 !important;
    font-size: 18px;
    height: 45px !important;
    width: 100%;
    min-width: 350px;
    border: none;
	opacity: 1 !important;
	margin-top: 40px;
	cursor: pointer;
}
.btn-login-clicked {
    background: #202020 !important;
}

.googlebut:hover {
    background-color:#ECECEC !important;
}
.btn-login2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #00a651;
    color: white;
    font-weight: 400;
    font-size: 18px;
    height: 45px !important;
    width: 100%;
    min-width: 350px;
    border: none;
}
.btn-login:hover,.btn-login2:hover {
    background-color:#202020 !important;

}
a.btn-login:hover {
  cursor: not-allowed;
}

.googlebut {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color:#838080;
    font-weight: 500;
    font-size: 18px;
    height: 45px !important;
    width: 100%;
    border: 1px solid;
    background-color: #fff!important;
}
input {
    height: 45px !important;
    font-size: 15px !important;
}
#forgetlink {
    height: 60px;
    min-height: 60px;
    width: 55%;
    margin-left: 14px;
    margin-right: 8px;
    margin-top: -10px;
    text-align: center;
    background: white;
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lng {
    text-align: center;
    height: 95px;
    width: 45%;
    margin-right: 13px;
    margin-top: -10px;
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fas, .fa {
    font-size: 20px;
}
select#langswitch {
    display: block;
    margin-left: auto;
    min-width: 100px;
    margin-right: auto;
    border: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    cursor: pointer;
    padding: 2px;
    width: 90px;
    border-radius: 0px;
    border-bottom: 1px solid lightgray !important;
    margin-top: 40px;
    margin-bottom: 80px;
    color: #525151;
    background: url('../images/br_down.png') no-repeat right #fff;
    height: auto;
}
.loginfooter {
    font-size: 13px;
	text-align: center;
    padding: 80px 20px 20px;
    color: #777777;	
}
.loginfooter a {
    text-decoration: none;
    color: #777777;  
}
#mess {
   
    font-size: 14px;
    padding: 0px 15px 0px 15px;
    text-align: center;
}

#emaillabel,#passlabel {
	font-size: 12px;
	color:#a2a2a2;
	visibility: hidden;
	position: relative;
	top:8px;
}


.form-login #email, .form-login #pass {
    padding-left: 0px;
}


.nomtop {
	margin-top: -20px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgray !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgray !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  border: 1px solid #202020;
  -webkit-text-fill-color: #202020;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.form-login {
    width: 100%;
    min-width: 320px;
}
.btn-login, .input-md {
    min-width: auto;
}
#message, .fas, .loginfooter {
    text-align: center;
}
#forgetlink, #lng {
    font-size: 13px;
    min-width: unset;
}
#closemess {
    display: none;
}
#mess {
    width: 100% !important;
}
}
