*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
	font-size: 14px;
	background-color: #ffffff;
}

a{
    color: #0366d6;
}

.wrapper{
	max-width: 310px;
	width: 100%;
	height: auto;
	margin: 40px auto;
    margin-top: 32px;
}

.wrapper .logo img{
	display: block;
	width: 53px;
	height: 48px;
	margin: 0 auto 28px;
}

.wrapper .title p{
	margin-bottom: 18px;
	font-size: 22px;
	text-align: center;
    /*font-weight: lighter;*/
}

.wrapper .form{
	margin-bottom: 15px;
	background-color: #f6f8fa;
    border: 1px solid #d8dee2;
    border-radius: 5px;
    padding: 20px;
    height: 222px;
}

.wrapper .form .input_field{
	position: relative;
    margin-left: -3px;
    width: 274px;
}

.wrapper .form .input_field label{
	display: block;
	font-weight: 450;
    margin-top: -2px;
	margin-bottom: 9px;
	color: #24292e;
    position: relative;
}

.wrapper .form .input_field .input{
	width: 100%;
	background: #fff;
    border: 1px solid #d1d5da;
    box-shadow: inset 0 1px 2px rgba(27,31,35,.075);
    border-radius: 5px;
    color: #24292e;
    font-size: 14px;
    line-height: 20px;
    max-height: 32px;
    padding: 6px 8px;
}

.wrapper .form .input_field a.forgot{
	position: absolute;
	top:  0;
	right: 0;
	font-size: 12px;
	color: #0366d6;
}

.wrapper .form .input_field .input:focus{
    border-width: 2px;
	border-color:  #0969da;
    border-radius: 5px;
    /*box-shadow: inset 0 1px 2px rgba(27,31,35,.075),
    0 0 0 2.5px rgba(3,102,214,.3);*/
}

.wrapper .form .sign_btn{
	margin-top: 17px;
	background-color: #28a745;
	border: 1px solid rgba(27,31,35,.2);
	width: 100%;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 6px 12px;
	border-radius: 5px;
    margin-left: -3px;
    width: 274px;
}

.wrapper .form .sign_btn:hover{
	background-color: #279f43;
}

.wrapper .create_act{
	border: 1px solid #d8dee2;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 40px;
    height: 55px;
}

.wrapper .create_act p{
	margin-top: 1px;
	margin-left: 14px;
}

.wrapper .create_act a{
	margin-right: 12px;
}

.wrapper .create_act a:hover{
	text-decoration: none;
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111111 !important;
}

.wrapper .footer{
	padding: 39px 0;
	text-align: center;
    margin-left: 15px;
}

.wrapper .footer ul li{
	display: inline-block;
}

.wrapper .footer ul li a{
	font-size: 12px;
	margin-right: 13px;
}

.wrapper .footer ul li a:hover,
.wrapper .footer ul li:last-child a:hover{
	/*color: #0366d6;
	text-decoration: underline;*/
}

.wrapper .footer ul li:last-child a{
	color: #586069;
}

.instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14.2px;
}

.tierra
{
	color: #001f3f;
}

@media only screen and (max-width: 768px) {

	.wrapper .footer{
		padding: 30px 0;
		text-align: center;
		margin-left: 15px;
	}
}