/*
Theme Name: Manta Child
Theme URI: https://www.premiumwp.com/themes/manta/
Author: PremiumWP
Author URI: https://www.premiumwp.com/
Template: manta
Description: Manta is a minimal, lightweight and mobile first WordPress theme that is flexible and easy to use. It is built with accessibility, search-engine optimization (SEO), security, pagespeed and simplicity in mind. Manta is written with clean code, the most current HTML5 conventions and Schema.org microdata. With various header, footer and sidebar layout options, site dimension controls, numerous options for displaying featured images, typography options and more, Manta can serve as a solid base to build incredible websites.
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manta-child

*/

.text-center {
	text-align: center;
}
.nemid-wrapper {
	display: inline-block;
	margin: 1rem auto 0 auto;
	width: 320px;
}
#criipto-verify-login iframe {
	width: 320px;
	min-height: 480px;
}


.mitid-login-button {
    background-color: #2B69E3;
    border-radius: 1.313rem;
    border: 0.063rem solid #BFCBCB;
    width: 18.75rem;
    height: 2.5rem;
    padding: 0.688rem 0;
    display: inline-block;
    font-size: 0.938rem;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1em;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.2s cubic-bezier(1,0,0,1),border 0.2s cubic-bezier(1,0,0,1),color 0.2s cubic-bezier(1,0,0,1);
    -o-transition: background-color 0.2s cubic-bezier(1,0,0,1),border 0.2s cubic-bezier(1,0,0,1),color 0.2s cubic-bezier(1,0,0,1);
    transition: background-color 0.2s cubic-bezier(1,0,0,1),border 0.2s cubic-bezier(1,0,0,1),color 0.2s cubic-bezier(1,0,0,1);
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}
.mitid-login-button::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36px' height='36px' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='transparent'%3E %3Cg%3E %3Cpath d='M12 26.395l1.417 1.41 9.89-9.93L13.416 8l-1.413 1.415 8.48 8.465'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    right: 0.813rem;
    top: 0.563rem;
    content: "";
    vertical-align: middle;
    line-height: 1em;
    width: 1.563rem;
    height: 1.25rem;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    display: inline-block;
    position: absolute;
}
.mitid-login-button span {
    color: #FFFFFF;
    margin-left: 1rem;
    float: left;
    position: relative;
    transition: color .4s cubic-bezier(1,0,0,1);
}
.mitid-login-button svg {
    float: left;
    margin-left: 1.5rem;
}