/* CSS Document */

.logo {
	background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
	display:block;
}

.logo.login {
	width: 167px;
    height: 130px;
	margin: auto;
}

.content {
    width: 280px;
    margin: 5% auto;
    background-color: #fff;
    padding: 50px 55px 40px 55px;
	border-radius:15px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(164,164,164,0.1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(164,164,164,0.1);
	box-shadow: 0px 0px 5px 3px rgba(164,164,164,0.1);
}

.content a {
	color: #233642;
}
.content a:hover {
	color: #999;
}


.login-form { 
	padding: 61px 0 119px 0;
	width: inherit;
}

input[type="text"], input[type="password"], input[type="email"] {
	font-family: 'Poppins', 'sans-serif';
    color: #233642;
    /*line-height: 1.2;*/
    font-size: 14px;
    display: block;
    width: 268px;
    background: 0 0;
    padding: 15px 6px;
	border: none;
	border-bottom: 2px solid #ababab;
	margin-bottom: 31px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    border-bottom: 2px #233642 solid;
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a4a4a4;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a4a4a4;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #a4a4a4;
}

/*
textarea {
	width: 268px;
	outline: none; 
	border: 1px solid #ccc;
	font-size: 10px;
	color: #a9a9a9;
	padding: 12px 5px;
	
}
*/
/*
label.radiocontainer {
	display: block;
	font-size: 12px;
}*/
.form-group {
	position: relative;
}

.field-icon {
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 2;
	font-size: 11px;
	color: #a4a4a4
}

label.radiocontainer a {
	text-decoration: underline;
}

.btn {
	outline:none!important;
	font-size: 15px;
	font-weight: 600;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
	border-radius: 40px;
    position: relative;
    z-index: 1;
	background-color: #233642;
	border: 1px solid #233642;
	cursor: pointer;
	margin-top: 19px;
	
}

.copyright { 
	text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #233642;
    font-size: 13px;
	line-height: 13px;
}
