
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section.container div.left-half article
{
	min-height: 400px;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/signin/aams_includes/open-sans-v13-regular.eot');
}



div
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html,
body {
	height:100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #3A3F42;
    font-weight: 400;
}

body{	
    background-size: cover;
}

.body_base_bg {
}

input, textarea, keygen, select, button {
	font: inherit;
}
p {
	color: #333;
	font-weight: 300;
	padding-bottom: 9px;
}

h1, .h1{
    font-size: 36px;
}

h2, .h2{
    font-size: 30px;
}

h3, .h3{
    font-size: 24px;
}
#change_password_success
{
	max-width: 500px;
}
#change_password_success p
{
	color: #777;
}



h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-left: 0;
    margin-right: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4, .h4 
{
    font-weight: 500;
    margin: 2px 0 10px;
    font-size: 16px;
    color: black;
}


ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.ul_frame_content--full a {
    color: #337ab7;
    text-decoration: none;
}

.ul_frame_content--full a:hover, .ul_frame_content--full a:focus {
    color: #23527c;
    text-decoration: underline;
}

.ul_frame_content--full a:active, .ul_frame_content--full a:hover{
    outline: 0;
}


.ul_content{
	margin: 0 auto;
	width: 100%;
}

/* + Common Header settings + */

.ul_header {
	background-color: #f6f6f6; /* color: white-two; */
	width: 100%;
	height: 64px; 
	position: fixed;
	top: 0;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.ul_header_content {
	height: 100%;
}

.ul_header_logo {
	height: 100%;
	display: block;
}

/* - Common Header settings - */

.ul_wrapper {
	display: table;
	height: 100%;
	width: 100%;
	padding-top: 64px;
}

.ul_base_bg:before {
}


/* + Common Main settings + */

.ul_body {
	display: flex;
	display: -ms-flexbox;
	margin: auto;
}

.ul_main {
	height: 100%;
	display: table;
}

.ul_frame {
	padding: 9px 0 0;
}

.ul_frame_content {
    width: 470px;
    margin: 0 auto;
    text-align: left;
	border-radius: 5px;
	background-color: #fff;
}

.ul_frame_content--wide {
    width: 470px;
}

.ul_frame_content--full {
    width: 100%;
    padding: 0 15px 0px;
    background-color: white;
}

/* - Common Main settings - */

/* Notification */
.ul_notification {
	margin: 69px auto 0;
    min-height: 75px;
}

/* Login form */

.ul_form {
	text-align:left;
	padding-bottom: 12px;
}

.ul_form__info { 
	color: #333;
	font-size: 16px;
	line-height: 22px;
}

p.ul_form__info+div {
	color: #333;
	font-weight: 300;
	line-height: 22px;
	padding-bottom: 9px;
}

.ul_form__info--title {
	padding-top: 10px;
	font-size: 18px;
}

.ul_form__info--small {
	font-size: 14px;
}



.ul_form__info-icon {
	font-size: 1.2em;
	padding-right: 5px;
}

.ul_form__title {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	padding-bottom: 9px;
}

.ul_form__group {
	padding-bottom: 16px;
	text-align:left;
}

div.ul_form__group+button.ul-btn-accept,
vsi-password-field+button.ul-btn-accept {
	margin-bottom: 28px;
}

.ul_form__label, .ul_forum__label {
    line-height: 22px;
    font-size: 16px;
    display: inline-block;
	color: #333;
	padding-bottom: 6px;
}


.ul_form__buttons {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	justify-content: space-between;
	-ms-flex-pack: justify;
	width: 100%;
	padding: 0 0 28px;
}

.ul_buttons {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-ms-flex-pack: end;
	width: 100%;
	/*width: 470px;*/
	margin: 0 auto;
}

.ul_buttons>a:last-child {
	margin-right: 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.login-remember {
	padding-bottom: 0;
}

.login-remember+.ul-btn-accept {
	float: right;
}

.login-remember>.ul_form__label {
	padding-bottom: 16px;
}

button.ul-btn-accept {
	float: right;
	margin-left: 5px;
}

html,
body,
   .body_base_bg{
	background: white;
}

.ul_base_bg:before{
background: none;
}
.ul_header_logo{
	margin: 0 auto;
}

.ul_content{
	width: 100%;
}

.ul_frame_content {
	width: 100%;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.ul_notification {
	min-height: 0;
	padding: 0 10px 0;
}

.notification-row {
	width: 100%;
}

.ul_base_bg:before {
	background: #fff;
}

html, body, section, div {
  /*height: 100%;*/
}

body {
  margin: 0;
}

h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

.container {
  display: table;
  height: 100%;
  width: 100%;
}

div.left-half,
div.right-half
 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding: 1rem;
}

.left-half {
  background: #fff;
}
.left-half form
{
	display: inline-block;
}

div.right-half {
	background-image: url('/signin/aams_includes/right-area-background-photo.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}
.right-half .logo_img {
	display:inline-block;
}
.right-half footer
{
	position: fixed; 
    bottom: 14px; 
    height: 70px; 
    width:48%;
    color: white;
}

#credentials
{
	text-align:left;	
}
div.text-region
{
	margin-top: 10px; 
	color:white;
}
#TOS-content, #copyright-content
{
	text-align:left;
}
#TOS-content h1.ul_form__title, #copyright-content h1.ul_form__title
{
	color: #fff;
}
#TOS-content p, #copyright-content p
{
	text-align:left;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 24px;
    letter-spacing: 0.28px;
	font-family: "Open Sans", sans-serif;
}
.back_icon
{
	cursor: pointer;
}
.ul-link-btn a:visited
{
	color: #3498db;
}

#continue-link
{
	cursor: not-allowed;
}
#continue-link:hover
{
	cursor:pointer;
}
#password-reset
{
	text-align: left;
}
#step-work p, 
#login-failed p
{
	color: #888;
}
#login-failed
{
	max-width: 500px; 
}
div.top-mobile div.logo_img
{
	margin: 10px 0;
	display:inline-block;
}
.top-mobile
{
	text-align: center;
	display: none;
   	background-color: #383E4C;
   	filter: drop-shadow(0 0 3px #ccc);
   	/*border-radius: 0 0 16px 16px;*/
}
@media (max-height: 730px)
{
	/*this will cause scrolling, which is intended*/
	section.container
	{
		height: 730px;
	}
}
@media (max-width: 900px)
{
	/*this will cause scrolling, which is intended*/
	section.container
	{
		width: 900px;
	}
}
@media (max-width: 725px)
{
	/*mobile-mode*/
	section.container
	{
		width: 100%;
	}
    section.container div.left-half
    {
    	display: block;
    	width: auto;
    }		
    section.container div.right-half
    {
    	display: block;
    	width: auto;
    }	
    div.right-half article div.logo_img
    {
    	margin: 10px 0;
    	display: none;
    }	   
    div.right-half footer
    {
    	margin: 25px 0;
    	position: relative;
    	bottom: 0; 
    	width: auto;
    	height: auto;
    }
    .top-mobile
    {
    	display: block;
    }
    .info_link
    {
    	margin: 0;
    }
	div.right-half article div.text-region div.info_header
	{
	
	}
    div.right-half article div.text-region div.info_text
    {
    	display: none;
    }
}
#challenge,
#secretquestion,
#login3
{
	max-width: 400px;
}

#login3 p
{
	text-align: left;
	color: #333;
}
#challenge div.ul_form__group,
#secretquestion div.ul_form__group
{
	margin-botton: 12px;	
}
#challenge div.ul_form__group p.description,
#secretquestion div.ul_form__group p.description
{
	color: #333;
}
#challenge div.ul_form__group p.challenge-question-text,
#secretquestion div.ul_form__group p.challenge-question-text
{
	font-style: italic;
	padding-bottom: 2px;
}
#secretquestion div.ul_form__group p.challenge-question-text
{
	
}
#challenge div.ul_form__group,
#secretquestion div.ul_form__group
{
	padding-bottom: 4px;
}
#challenge div.ul_form__buttons,
#secretquestion div.ul_form div.ul_form__buttons
{
	margin-top: 8px;
}
div.ul_form__group p.extra-light
{
	color: #999;
	font-size: 12px;
}
.grey-out
{
	border: 1px solid #ccc;
	background-color: #ddd;
}
.try-again-link
{
	border-radius: 5px;
	display: inline-block;
	padding: 12px 0;
	background-color: white;
	color: #999;
	border: 1px solid #999;
	text-decoration:none;
	width: 100%;
	text-align:center;
}
.try-again-link:hover
{
	background-color: #999;
	color:white;
}
#setup
{
	max-width: 600px;
}
#setup div.rba-text p
{
	text-align: left;
	color: #777;
}
#setup select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('/signin/aams_includes/select_arrow.svg'),linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
#setup select::-ms-expand {
	display: none;
}
#setup select:hover {
	border-color: #888;
}
#setup select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
#setup select option {
	font-weight:normal;
}
.login-notice-area p
{
    max-width: 350px;
    text-align: left;
    color: #777;
    font-size: 14px;	
}
#verizon-notice
{
    width: 350px;
    height: 93px;
    background-image: url('/signin/images/Cybertrust-Certified-Enterprise.png');
    background-repeat: no-repeat;
    background-position-x: center;
    margin: 10px 0;
}
.client-message-wrapper
{
    width: 350px;
    margin: 15px 0;
    font-size: 15px;
}

