/*
Theme Name: Innovio Child
Theme URI: http://innovio.qodeinteractive.com
Description: A child theme of Innovio Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: innovio
Template: innovio
*/

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

a {
    color: #ffffff;
    transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}

.login h1 a {
	background-image: url('https://irislab.ce.gov.br/wp-content/uploads/2022/03/iris-logo-marca.png');
	background-size: 320px;
	width: 320px;
	height: 50px;
}

.language-switcher label .dashicons {
    color: #fff;
    width: auto;
    height: auto;
}

body.login {
	background: #1300ED;
}

.login label {
	font-family: 'Bai Jamjuree', sans-serif;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

.login #backtoblog a, .login #nav a {
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 14px;
	font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.wp-core-ui .button-primary {
    background: #F95A33;
    border-color: #F95A33;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
	font-family: 'Bai Jamjuree', sans-serif;
    font-size: 14px;
	font-weight: 600;
}

.login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: .25rem;
    color: #F95A33;
}