@import url(https://fonts.googleapis.com/css?family=Lexend+Zetta:500|Mukta:200,300|Open+Sans);

body {
		text-align: center;
		background-color: white;
		margin: 0 auto 0 auto;
    font-family: Montserrat;
    padding: 40px 0;
}

#header {
	position: relative
	clear: right;
	background-color: white;
	margin: 0;
	width: 100%;
	padding: 20px 0 20px 0;
}

#header img {
	position: absolute;
  top: 10px;
  right: 20px;
}



#header p {
  text-align: center;
  font-family: 'Open Sans', serif;
  font-size: 40px;
  color: #565652;
}

#header .top-header {
  text-align: center;
  font-family: 'Open Sans', serif;
  font-size: 40px;
  color: #565652;
  margin-bottom: 10px;
}


.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #FF5733;
    border-left: 1px solid #FF5733;
    border-right: 1px solid #FF5733;
    border-bottom: 1px solid #FF5733;
    margin: 40px auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block h2 {
    text-align: center;
    color: #FF5733;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('https://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('https://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('https://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #FF5733;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}

.footer {
		margin: 20px auto;
}
	

.footer a {
		float: left;
    font-size: 12px;
    color: #FF5733;
    text-decoration: none;
}

.footer_text {
		float: right;
    font-size: 12px;
    color: #FF5733;
    text-decoration: none;
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input.checkbox  {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
	}
	
.bottom {
		clear: both;
		margin: 5px auto;
}

@media screen and (max-width: 768px) {
	body {-webkit-text-size-adjust: none;}
	
	
	#header p {
  font-size: 30px;
  padding: 20px 0 20px 0;
	}
  
  #header .top-header {
  font-family: 'Open Sans', serif;
  font-size: 30px;
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
  }
	
#header img {
	position: absolute;
  top: 5px;
  right: 5px;
}
}