/*!
Theme Name: Staff Digital
Theme URI: https://www.staffdigital.pe/
Author: StaffDigital.pe
Author URI: https://www.staffdigital.pe/
Description: Template desarrollado por Staff Digital.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: staff_digital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Grupo Aleman is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

span.mine {
background: #a5301e;
padding: 5px;
color: white;
}
input:focus {
border: none!important;
}
input#submitbtn {
border: none;
padding: 15px 60px;
border-radius: 25px;
background: #1161ee;
}
span.hey {
color: white;
}
.site-inner {
width: 100%;
margin: auto;
max-width: 525px!important;
position: relative;
padding-bottom: 40px;
}
form#wp_login_form {
width: 100%;
margin: auto;
max-width: 525px;
position: relative;
padding: 90px 70px 50px 70px;
background: linear-gradient(60deg,#3d7afd 0,#4c6df9 50%,#4a68ef 50%,#5b5ef4 100%);
}
label.tab {
color: #fff;
font-size: 22px;
margin-right: 15px;
padding-bottom: 5px;
margin: 0 15px 10px 0;
display: inline-block;
/* border: solid; */
border-bottom: 2px solid #1161ee;
}
label.my-username, .my-password {
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
input.text {
border: none;
padding: 15px 20px;
background: rgba(255,255,255,.1);
width: 100%;
color: #fff;
display: block;
}

@media only screen and (max-width: 1220px) {
form#wp_login_form {
padding: 30px 20px 30px 20px;
}
}
@media only screen and (max-width: 768px) {
.site-inner {
padding: 5% 5% 5%!important;
}
}