/*
Theme Name:   Cirkle
Theme URI:    https://radiustheme.com/demo/wordpress/cirkle
Author:       RadiusTheme
Author URI:   https://www.radiustheme.com
Description:  Cirkle is one of the latest and unique responsive community WordPress Theme.
Version:      1.2.4
Text Domain:  cirkle
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

.login-page-wrap{
	    background: #fdda25!important;
}
.login-page-wrap .content-wrap{
	background-position: -273px 8px;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-page-wrap .tab-content{
	background: transparent;
	color: #fff;
}
.login-page-wrap .tab-content h3{
	color: #fff!important;
}
.login-page-wrap .tab-content label{
	display: flex;
	flex-direction: column;
}
.login-page-wrap .tab-content input{
	border-radius: 15px;
}
.login-page-wrap .tab-content input[type="submit"]{
	color: #fdda25;
	background:  #fff!important;
	padding: 0 20px;
}