.logo-name {
    font: 100 34px 'Roboto',sans-serif !important;
    color: #08b !important;
    margin-bottom: 30px !important;
}



.btn {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.btn-success {
    background-color: #2aa7ff;
    
    height: 46px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font: 300 21px 'Roboto',sans-serif;
    border: 0;
    background: #2aa7ff;
    cursor: pointer;
    margin-top: 18px;    
}

.btn-success:hover {
    background-color: #2491de;
}



.form-control {
    border-radius: 50px;
}
input.form-control {
    width: 300px;
    height: 38px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    *background: url('//storage.googleapis.com/panel-perezvoni-com/img/login/bg-input.png') center center no-repeat;
    font: 300 16px 'Roboto',sans-serif;
    *color: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 23px !important;
    margin-top: 8px;
}
input.form-control:focus {
	border-color: #2aa7ff;
	*background-color: #acacac !important;
	background-color: #fff !important;
}

.login-box {
    width: 300px;
}

body, .page-inner, .page-content {
	background:unset;
}

body{
    background: linear-gradient(to bottom,#dededc 0,#dedddb 25%,#ceced0 50%,#d7d6d4 75%,#f6f6f6 100%);
	*min-height: 900px !important;
}
.page-inner{
    background: url('/assets/cw/login_bg.svg') center bottom no-repeat;
	*min-height: 900px !important;
	background-position: bottom -100px center;
}
.page-content {
}


/*
input:autofill,
input:autofill:hover, 
input:autofill:focus, 
input:autofill:active,

input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active,

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    color: inherit;
	background:unset;
}
*/