.rememberMe input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: -2.5px;
    width: 13px;
    }
    
    .rememberMe label {
    display: inline-block;
    }
    
    .entry-item {
    padding-bottom: 8px;
    }
    
    .entry-item label{
    display: none;
    }
    
    .entry-item input[type=text],
    .entry-item input[type=password] {
    border-radius: 8px;
    width: 80%;
    }
	
	::-ms-reveal {
    display: none;
    }
    
    .entry-item .password-label label,
    .intro h2,
    .divider,
    .create,
    .options{
    display: none;
    }
    
    .buttons {
    width: 305px;
    padding-bottom: 12px;
    }
    
    .buttons button {
    width: 83%;
    border-radius: 8px;
    }
    
    .forgotPassword
    {
    margin-left: 20px;
    padding-bottom: 12px;
    }

    .forgotPassword a {
    text-decoration: underline;
    }
    
    .panel .companyLogo {
    width: 100px;
    height: 30px;
    }
    
    .background_image {
    width: 100% !important;
    }
    
    .panel_container {
    display: flex;
    }
    
    .intro p,
    .tiny {
    display: none;
    }
    
    .attrEntry {
    padding-bottom: 12px;
    }
    
    #signInName {
    border-radius: 6px;
	width: 80%;
    }
    
    #signInName_label,
    #cancel {
    display: none;
    }
    
    #add_links {
    display: flex;
    margin-right: 20px;
    }
    
    #privacy {
    margin-left: auto;
    }
    
    li div label {
    color: white;
    }
    
    li div input#email,
    li div input#email_ver_input {
    border-radius: 6px;
    }
    
    div button#email_ver_but_verify {
    margin-top: 25px;
    }
	
	input#newPassword{
	margin-bottom: 25px;	
	}
    
    div button#email_ver_but_resend {
    background-color: white !important;
    width: 100% !important;
    }
    
    div button#email_ver_but_resend::before {
    font-size: .75em;
    padding-left: 5px;
    content: "Didn't receive notification? Request another code";
    font-size: 10px;
    background-color: transparent;
    color: #2872dd;
    text-decoration: none;
    cursor: pointer;
    border: none;
    }
    
    div button#email_ver_but_resend:hover::before {
    text-decoration: underline;
    }
    
    div button#email_ver_but_resend:hover::before, 
    div button#email_ver_but_resend:focus::before{
    border: none;
    }
    
    .footer {
    font-size: 11px;
    }
    
    .copy {
    text-decoration: none;
    color: black;
    }
    
    div#note {
    margin-left: 5px;
    margin-bottom: 8px;
    font-size: small;
    }
    
    ul#text1 {
    font-size: small;
    text-align: initial;
    margin-left: 24px;
    }
    
    ul#text1 > li > b {
    font-size: 24px;
    font-weight: bolder;
    padding-right: 4px;
    line-height: 12px;
    }
    
    input#newPassword,
    input#reenterPassword {
    border-radius: 8px;
    }
    
    div.buttons {
    padding-bottom: 0px;
    }
    
    div button#email_ver_but_send {
    margin-top: 18px;
    }
    
    label#email_label {
    font-size: 10px;
    }
    
    .invalid {
    margin-top: 18px;
    }
    
    #email {
    display: inline;
    }

    .password-icon, .newpassword-icon {
    cursor: pointer; 
    width: 15px; 
    height: 15px;
    }
    
	.terms-notice {
    font-size: 11px;
    margin-bottom: 30px;
    text-align: center;
    }    
    /* Following are generated styles via gulp. */
            /* inject: css */
            .intro{display:inline;margin-bottom:5px}.intro p{padding-bottom:7px}.entry{padding-top:8px;padding-bottom:0!important}.entry input{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;height:28px;width:300px;border:1px solid #b8b8b8;z-index:3;background:0 0;color:#000;padding:0 0 0 3px;-moz-box-shadow:0 0 0;-webkit-box-shadow:0 0 0;box-shadow:0 0 0;margin-bottom:7px}#next{padding-left:10px;padding-right:10px;height:30.5px}#next:hover,.accountButton:hover{-moz-box-shadow:0 0 0;-webkit-box-shadow:0 0 0;box-shadow:0 0 0}.create{width:100%;margin-top:7px}#createAccount{margin-left:5px}.password-label label{display:inline-block;vertical-align:baseline}.invalid,.required,.unknown{display:none}#forgotPassword{font-size:.75em;padding-left:5px}.passwordReqs{display:block;font-size:.8em;padding-bottom:2px}.localAccount .divider,.working{display:none}.tiny{font-size:.8em;font-weight:400;padding-left:5px}.divider{margin-top:20px;margin-bottom:10px}.divider h2{display:table;white-space:nowrap;font-size:1em;font-weight:700}.divider h2:after,.divider h2:before{border-top:1px solid #b8b8b8;content:'';display:table-cell;position:relative;top:.7em;width:50%}.divider h2:before{right:1.8%}.divider h2:after{left:1.8%}.verificationErrorText{color:#d63301}.options div{display:inline-block;vertical-align:top;margin-top:7px}
            /* endinject */