/*
Theme Name: Libresoft SignIn Alpha Development Version
Theme URI: http://comms.harrap.it
Author: Harrap Digital
Author URI: https://harrapdigital.co.uk
Description: A simple one page theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: harraplibrarian

*/

.content-left{
	
	background: rgb(0,11,22);
    background: linear-gradient(343deg, rgb(8 48 84) 0%, rgb(7 40 72) 30%, rgb(0 33 64) 52%, rgb(8 49 88) 100%);
}
.content-right{
	background: rgb(234,236,240);
	background: linear-gradient(167deg, rgba(234,236,240,1) 0%, rgba(247,250,255,1) 20%, rgba(247,250,255,1) 52%, rgba(255,255,255,1) 100%);
	    border-left: 2px solid #000204;
}

.loginBox{
	background: #fafcff;
    border-radius: 10px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;	
}

.row{
	margin: 0px;
}

input{
	border-radius: 10px;
	padding: 7px;
    color: #656565;
    background-color: #eff2f7;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto;
    border: 1px solid #ced4da4d;
}

