/* Global */

@import url(https:/fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:400,500,700);

body {
	background: #ecf0f1;
}

.background-image { display: none; }

a:hover { color: #3f8cbf !important; }

.copyright { font-family: 'PT Sans', sans-serif; font-size: 13px; }

/* Notification */
#notify {
	width: 324px;
	margin: 45px auto 15px auto;
	font-size: 19px !important;
}

@media screen and (max-width: 480px) {
	#notify {
		width: 300px;
	}
}

.error-notice, .answers-notice, .warn-notice, .info-notice, .success-notice, #failure { font-size: 13px; }

.error-notice a, .answers-notice a, .warn-notice a, .info-notice a, .success-notice a { text-decoration: none !important; }

.error-notice a:hover, .answers-notice a:hover, .warn-notice a:hover, .info-notice a:hover, .success-notice a:hover { color:#fff !important; text-decoration: underline !important; }

.error-notice {
	background: #f7bebe url(/cPanel_magic_revision_1576969439/unprotected/Dreamscape/images/notice-error.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #aa2a2a;
	box-shadow: none;
}

.success-notice {
	background: #bef7da url(/cPanel_magic_revision_1576969439/unprotected/Dreamscape/images/notice-success.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #41bf44;
	box-shadow: none;
}

.info-notice {
	background: #bed7f7 url(/cPanel_magic_revision_1576969439/unprotected/Dreamscape/images/notice-info.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #5f88be;
	box-shadow: none;
}

.warning-notice {
	background: #f7f6be url(/cPanel_magic_revision_1576969439/unprotected/Dreamscape/images/notice-warning.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #a19f45;
	box-shadow: none;
}

.error-notice .login-status-icon,.success-notice .login-status-icon,.info-notice .login-status-icon,.warning-notice{
	margin: 0 0 0 5px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: none !important;
}

.info-notice .login-status-icon {
	margin: 15px 0 0 5px;
}

/* Locale */
#locale-inner-container { background-color: rgba(9, 51, 102, 0.85) !important; }

#locale-inner-container a:hover { color: #fff !important; text-decoration:underline;}

.locale-head { font-weight: bold; }

#locale-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 25px;
    padding: 13px 0;
    width: 100%;
}

#locale-container { margin: 0 auto 10px auto; }


/* Login container */
#login-sub-header,#login-sub,#login-sub-container {
	background: none;
	border: 0;
	box-shadow: none;
}

#login-container {
	background: #fff;
	width: 343px;
	height: 305px;
	border: none;
}
@media screen and (max-width: 480px) {
	#login-container {
		width: 300px;
	}
}

#login-sub-container { 
	left: 0;
}

#login-sub-header {
	background: #2980b9 !important;
}

#login-sub-header:before {
    content: 'Hosting Manager';
    color: white !important;
    font-size: 35px;
    line-height: 54px;
}

@media screen and (max-width: 480px) {
	#login-sub-header:before {
		line-height: 65px;
		font-size: 32px;
	}
}

#login-sub { background: #fff; border: 1px solid #ccd8db; border-top-width: 0; height: 212px; }

#forms { left: 17px; }

#login_form, #reset_form { top: 84px; width: 285px; left: 15px; }

@media screen and (max-width: 480px) {
	#login_form, #reset_form { left: 0; width: 269px;}
}

.input-req-login { display: none; }

#login-sub-header img { display: none; }

.login-btn, .reset-pass-btn {
	padding-top: 0
}

/* Input styles */
.input-field-login.icon{
	border: 2px solid #e0e6ec;
	color: #586574;
	box-shadow: none !important;
	background-position: 20px center !important;
	margin:22px 0;
	padding:6px 0 8px 23px;
	background-image: none;
	border-width: 0;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	.input-field-login.icon {
		margin: 7px 0 22px;
	}
}

.input-field-login.icon, .input-field-login.no-icon {
	height: 44px;
	background-color: transparent;
}

.input-field-login.icon {
	padding: 0;
}

.input-field-login.icon input.std_textbox, .input-field-login.no-icon input.std_textbox {
	padding: 0 10px;
	margin: 0;
	height: 100%;
}

@media screen and (max-width: 480px) {
	.input-field-login.icon input.std_textbox, .input-field-login.no-icon input.std_textbox {
		width: 244px !important;
	}
}

.input-field-login input, input#pass,input#confirmation {
	color: #586574;
	font-size: 17px;
	font-style: normal;
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
}

input.std_textbox {
	display: block;
	    width: 90%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 15px !important;
	    line-height: 1.42857143;
	    color: #222;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc !important;
	    border-radius: 4px !important;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	    margin-bottom: 20px;
	    margin-left: 0 !important;
	font-family: "Roboto",sans-serif !important;
}

input.std_textbox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

div.confirmation-container {
    background-image: url(/cPanel_magic_revision_1576969439/unprotected/Dreamscape/images/icon-confirmation.png);
}

::-webkit-input-placeholder {
   color: #989898;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #989898;
   opacity: 1;   
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #989898;
   opacity: 1;   
}

:-ms-input-placeholder {  
   color: #989898;
   opacity: 1;   
}

/* Reset pass */
.reset-pw {
	float: none;
	padding: 10px 0 0;
	text-align: center;
	width: 295px;
	margin: 0 auto;
	
}

.reset-pw.forgotPasswordLink { z-index: 1; position: relative; top: -19px;}


/* Button styles */
button, button:active, button[disabled]:active, input[type="submit"], input[type="submit"]:active, input[type="submit"][disabled]:active, input[type="button"], input[type="button"]:active, input[type="button"][disabled]:active, .login-btn a.loginbtn{
	background: rgb(53,135,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(53,135,188,1) 0%, rgba(40,122,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,135,188,1)), color-stop(100%,rgba(40,122,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(53,135,188,1) 0%,rgba(40,122,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(53,135,188,1) 0%,rgba(40,122,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(53,135,188,1) 0%,rgba(40,122,175,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(53,135,188,1) 0%,rgba(40,122,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3587bc', endColorstr='#287aaf',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1e5c84;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(235,235,235,1),inset 0px 1px 0px 0px rgba(63,140,191,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(235,235,235,1),inset 0px 1px 0px 0px rgba(63,140,191,1);
	box-shadow: 0px 1px 1px 0px rgba(235,235,235,1),inset 0px 1px 0px 0px rgba(63,140,191,1);
	text-align:center;
	display:block;
	width: 285px;
	line-height: 32px;
	text-shadow: 0 -1px 0 #2d79aa;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, .login-btn a.loginbtn:hover  {
	background: rgb(59,141,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,141,204,1) 0%, rgba(43,132,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,141,204,1)), color-stop(100%,rgba(43,132,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,141,204,1) 0%,rgba(43,132,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,141,204,1) 0%,rgba(43,132,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,141,204,1) 0%,rgba(43,132,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,141,204,1) 0%,rgba(43,132,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8dcc', endColorstr='#2b84bf',GradientType=0 ); /* IE6-9 */
}

button:focus, input[type="submit"]:focus, input[type="button"]:focus, .login-btn a.loginbtn:focus { 
	background: rgb(43,132,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,132,191,1) 0%, rgba(59,141,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,132,191,1)), color-stop(100%,rgba(59,141,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,132,191,1) 0%,rgba(59,141,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,132,191,1) 0%,rgba(59,141,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,132,191,1) 0%,rgba(59,141,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,132,191,1) 0%,rgba(59,141,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b84bf', endColorstr='#3b8dcc',GradientType=0 ); /* IE6-9 */
}

.alt-btn {
	background: rgb(233,242,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(233,242,247,1) 0%, rgba(218,227,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,242,247,1)), color-stop(100%,rgba(218,227,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(233,242,247,1) 0%,rgba(218,227,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(233,242,247,1) 0%,rgba(218,227,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(233,242,247,1) 0%,rgba(218,227,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(233,242,247,1) 0%,rgba(218,227,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f7', endColorstr='#dae3e8',GradientType=0 ); /* IE6-9 */
	display:block;
	width: 285px !important;
	line-height: 40px;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 17px !important;
	color: #445966 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #cbd8e0;
	text-shadow: 0 1px 0 #e9eef3 !important;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(235,235,235,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(235,235,235,1);
	box-shadow: 0px 1px 1px 0px rgba(235,235,235,1);
}

.alt-btn:hover {
	background: rgb(237,246,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,246,249,1) 0%, rgba(222,232,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,246,249,1)), color-stop(100%,rgba(222,232,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,246,249,1) 0%,rgba(222,232,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,246,249,1) 0%,rgba(222,232,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,246,249,1) 0%,rgba(222,232,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,246,249,1) 0%,rgba(222,232,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf6f9', endColorstr='#dee8ed',GradientType=0 ); /* IE6-9 */
}

.alt-btn:focus {
	background: rgb(222,232,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,232,237,1) 0%, rgba(237,246,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,232,237,1)), color-stop(100%,rgba(237,246,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,232,237,1) 0%,rgba(237,246,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,232,237,1) 0%,rgba(237,246,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,232,237,1) 0%,rgba(237,246,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,232,237,1) 0%,rgba(237,246,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8ed', endColorstr='#edf6f9',GradientType=0 ); /* IE6-9 */
}


.login-btn button[type="submit" ], .alt-btn { 
	display: inline-block;
	background-color: #2e80b5;
	background-image: linear-gradient(to bottom, #3486bb, #2a7cb1);
	background-repeat: repeat-x;
	color: white !important;
	text-shadow: none !important;
	border-color: #2973a3 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	border-radius: 3px !important;
	font-family: "Roboto",sans-serif;
}

.login-btn button[type="submit" ]:hover, .alt-btn:hover {
	background-color: #2e80b5 !important;
	background-image: linear-gradient(to bottom, #3f94ca, #2f8cc6);
	background-repeat: repeat-x;
	border-color: #2973a3;
	color: #fff !important;
}

.alt-btn { margin-left: -10px; }

.copyright {
    display: none;
}

@media screen and (max-width: 480px) {
	#login_form .login-btn button[type="submit" ] {
		width: 100%;
	}

	#forms {
		 position: absolute;
	}
	#login_form, #reset_form {
		top: 74px;
	}
	
	#login-container {
		height: 265px;
	}
	
	#login-sub {
		height: 194px;
	}
	
	.login-btn, .reset-pass-btn, .external-auth-btn, .clickthrough-cont-btn {
		width: 99%;
	}
	
	#tfa_login_form .controls .login-btn, #login_form .controls .login-btn {
		padding-top: 1px;
	}
}