// Styles used in the Custom Login page V2
@font-face {
    font-family: 'Museo Sans 100';
    src: url('../fonts/MuseoSans-100.eot');
    src: url('../fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-100.woff2') format('woff2'), url('../fonts/MuseoSans-100.woff') format('woff'), url('../fonts/MuseoSans-100.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-300.woff2') format('woff2'), url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-500.woff2') format('woff2'), url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 700';
    src: url('../fonts/MuseoSans-700.eot');
    src: url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-700.woff2') format('woff2'), url('../fonts/MuseoSans-700.woff') format('woff'), url('../fonts/MuseoSans-700.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body {
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Museo Sans 300';
    font-weight: 300;
    font-style: normal;
    color: #314153;
    font-size: 16px;
    line-height: 18px;
    overflow-x: hidden;
}

p {
    line-height: 1.5;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:hover, a:focus {
    outline: none;
    color: #000;
}

a, div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%;
}

.txt-right {
    text-align: right
}

.txt-center {
    text-align: center
}

hr {
    background: #d8e7ed;
    height: 1px;
    width: 100%;
    margin: 25px 0;
    padding: 0;
    border: 0;
    opacity: 0.2;
}

/******Common css********/
button, input, select, textarea, radio, cehckbox {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

button:hover, input:hover, select:hover, textarea:hover, radio:hover, cehckbox:hover, button:focus, input:focus, select:focus, textarea:focus, radio:focus, cehckbox:focus {
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol li {
    counter-increment: my-awesome-counter;
}

ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: red;
    font-weight: bold;
}
.btn {
    background-color: #e95622;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    padding: 20px 30px;
    position: relative;
    font-weight: 500;
    border: 0;
    font-family: 'Museo Sans 500';
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
}

.btn:hover {
    background-color: #7dc7e6;
    color: #202020;
}

.btn-border {
    background-color: transparent;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    padding: 11px 20px;
    position: relative;
    font-weight: 500;
    border: 1px solid #fff;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-border:hover {
    background-color: #7dc7e6;
    color: #202020;
}

.btn-white {
    background-color: #fff;
    font-size: 18px;
    line-height: 18px;
    color: #e95622;
    display: inline-block;
    padding: 20px 30px;
    position: relative;
    font-weight: 500;
    border: 0;
    font-family: 'Museo Sans 500';
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
}

.btn-white:hover {
    background-color: #7dc7e6;
    color: #202020;
}

.orangelink {
    color: #ee8059;
    text-decoration: underline;
    font-family: 'Museo Sans 500';
    letter-spacing: 0;
}

.orangelink:hover {
    color: #7dc7e6;
}

.has-error {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.register-msg-error {
    width: 50%;
    text-align: center;
    height: 80px;
    margin-bottom: 61px;
    margin-left: 290px;
    padding-top: 15px;
    color: #a94442;background-color: #f2dede;border-color: #ebccd1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo Sans 700';
    color: #202020;
    letter-spacing: 0.8px;
    margin: 0 0 25px 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

h1 {
    font-size: 59px;
    line-height: 65px;
    font-style: normal;
}

h1 span {
    color: #7dc7e6;
}

.section-padding-authpg h1 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 40px;
    color: #fff;
}

.section-padding-authpg .register-box h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 20px;
}

h3 {
    font-size: 35px;
    line-height: 45px;
    color: #e95622;
}

h4 {
    font-size: 26px;
    line-height: 42px;
}

h5 {
    font-size: 22px;
    line-height: 40px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

.container {
    max-width: 1210px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative
}

.pointer {cursor:pointer}
.underline {text-decoration:underline}
.inline {display:inline!important;}

.block-right-layer {
  background-color: #f7f7fa;
  height: calc( 100vh - 66px);
  overflow: hidden;
  position: fixed;
  right: -100%;
  transition: 1s;
  top: 66px;
  width: calc(100% - 2px);
  z-index: 110;
}

.block-right-layer .cnt-right-layer {
  padding: 50px 20px 20px 20px;
  width: 100%;
}
.cnt-right-layer.panel {margin-bottom:0px}

.block-right-layer .h1 {
  margin-bottom: 20px;
}

.block-right-layer .panel .panel-body {
  padding-top: 20px;
}

.block-right-layer .panel .panel-body .table {
  margin: 0;
}

.block-right-layer .btn-close {
  background-color: #2a3c49;
  border-radius: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 35px;
  width: 40px;
}

.block-right-layer.open {
  overflow: auto;
  right: 0;
  transition: 1s;z-index:102;
}

.sprite-image {
    background-repeat: no-repeat;
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/sprite-image.png);
}

.main-content {
    padding-top: 90px;
}

.contentbgcolor {
    background: #314153;
}

.divCenter{
    margin: auto;
    width: 50%;
    padding: 10px;
}

.section-padding-authpg {
    padding-top: 160px;
    padding-bottom: 75px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mb-40px {
    margin-bottom: 40px;
}

/*end*/

/********Formdesign***********/
.formdesign .form-group {
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.formdesign .form-group.two-col {
    width: 49.55%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.formdesign label {
    font-family: 'Museo Sans 300';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

.formdesign .form-control {
    background: #e5f4fa;
    color: #4F6374;
    font-size: 18px;
    padding: 18px 14px;
    border-radius: 2px;
    border: 0;
    width: 100%;
    font-family: 'Museo Sans 500';
    -webkit-appearance: none;
}

.formdesign .checkbox {
    position: relative;
    display: inline-block;
    line-height: 14px;
    margin: 10px 0;
}

.formdesign .checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.formdesign .checkbox label {
    position: relative;
    padding: 0 0 0 28px;
    color: #fff;
}

.formdesign .checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
    background: #fff;
    width: 15px;
    height: 15px;
}

.formdesign .checkbox input[type="checkbox"]:checked + label:before {
    background-color: #7dc7e6;
    background-repeat: no-repeat;
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/sprite-image.png);
    background-position: -97px -10px;
}

.formdesign a {
    font-size: 18px;
    letter-spacing: 0.8px;
    text-decoration: underline;
    font-family: 'Museo Sans 500';
}

.formdesign a:hover {
    color: #7dc7e6;
}

.formdesign .successmsg {
    background: #F2FFEC;
    padding: 15px;
    color: #489326;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(72, 147, 38, 0.4);
    border-radius: 5px;
}

.formdesign .unsuccessmsg {
    background: #FFF3F3;
    padding: 15px;
    color: #B91A1A;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(185, 26, 26, 0.4);
    border-radius: 5px;
}

/*******end*********/

/***********Header css start************/


header {
    padding: 20px 0;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #314153;
}

header .container {
    max-width: 100%;
    padding: 0 30px;
}

header .columns {
    display: table;
    width: 100%;
}

header .column {
    display: table-cell;
    vertical-align: middle
}

header .column.loginsession {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

header .logo {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

.pagename-txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    font-size: 18px;
    font-family: 'Museo Sans 100';
    font-weight: 200
}

header span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Museo Sans 500';
    color: #7EC9E8;
    top: 2px;
    position: relative;
    font-size: 18px;
}

header .columns ul {
    text-align: center
}

header .columns li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}

header .columns .nav {
    position: relative;
    top: 10px;
}

header .columns li a {
    padding: 14px 0 23px;
    display: block;
    border-bottom: 3px solid transparent;
}

header .columns li a.active, header .columns li a:hover {
    color: #fff;
    border-bottom: 3px solid  #7dc7e6;
}

/**********end********/

/*******login page*****/
.loginbg {
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/mrcsystem-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 729px;
    position: absolute;
    right: -192px;
    top: 0;
    width: 100%;
    height: 729px;
    z-index: 0
}

.registerbgleft, .registerbgright {
    bottom: -42px;
    width: 448px;
    height: 422px;
    background-repeat: no-repeat;
    background-size: auto 422px;
    position: absolute;
    z-index: 0
}

.registerbgleft {
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/registerbgleft.png);
    background-position: bottom right;
    left: -192px;
}

.registerbgright {
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/registerbgright.png);
    background-position: bottom left;
    right: -192px;
}

.content-box {
    z-index: 55;
    position: relative;
}

.login-box {
    max-width: 280px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 55px;
}

.login-box .btn {
    width: 100%;
}

.login-box-guest {
    background: #2c3a4b;
    padding: 30px;
    border-radius: 3px;
    color: #fff;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.login-box-guest p {
    font-size: 18px;
    line-height: 23px;
}

.login-box-guest p.cookiestxt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/sprite-image.png);
    background-position: -126px -10px;
    width: 19px;
    height: 19px;
}

.login-box-guest .btn-white {
    padding: 15px 18px;
    font-size: 16px;
}

/*******end*******/

/*****reset password page********/
.resetbg {
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/reset-password-bg.png);
    background-position: top right;
        background-repeat: no-repeat;
        background-size: auto 729px;
        position: absolute;
        right: -110px;
        top: -11px;
        width: 100%;
        height: 729px;
        z-index: 0
}
.reset-pswd-box{
       max-width: 380px;
    width: 100%;
}
.reset-pswd-box p{
	line-height: 18px;
    color: #4F6374;
}
.reset-pswd-box .formdesign {
    width:100%;
    border-radius: 5px;
    padding: 25px 25px 55px 25px;
    background: #fff;
    min-height: 300px;
    position: relative
}

.reset-pswd-box .formdesign .form-control {
    background: #fff;
    border: 1px solid rgba(145, 188, 206, 0.4);
    padding: 11px 10px;
   color: #4F6374;
       font-size:16px;
         font-family: 'Museo Sans 500';
}

.reset-pswd-box .formdesign input[type="submit"] {
    background-repeat: no-repeat;
    background-image: url(../images/sprite-image.png);
    background-color: #e95622;
    background-position: -87px -25px;
    font-size: 0;
    padding: 13px;
    height: 100%;
    width: 40px;
    border: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}

.reset-pswd-box .formdesign input[type="submit"]:hover,
.reset-pswd-box .formdesign input[type="submit"]:focus {
    background-color: #7dc7e6;
}

.reset-pswd-box .formdesign .backtologin {
    letter-spacing: 0;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size:16px;
}

.reset-pswd-box .formdesign .backtologin:hover {
    color: #314153
}

/****end*******/

/*****Register page********/
.register-box {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 40px;
}

.register-box h6 {
    color: #E95622;
    font-family: 'Museo Sans 700';
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 40px;
}

.register-box p {
    line-height: 18px;
    color: #4F6374;
    padding: 15px 0 0 0;
}

.register-box .formdesign {
    width: 100%;
    border-radius: 5px;
    padding: 25px 15px 55px 15px;
    background: #fff;
    min-height: 379px;
    position: relative
}

.register-box .formdesign  label {
    font-family: 'Museo Sans 500';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4F6374;
    display: block;
    margin: 0 0 5px 0;
}

.register-box .formdesign .form-control {
    background-color: #fff;
    border: 1px solid rgba(145, 188, 206, 0.4);
    padding: 11px 10px;
    color: #4F6374;
    font-size: 16px;
    border-radius: 2px;
    font-family: 'Museo Sans 500';
}

.register-box .formdesign select.form-control {
    background-image: url(../../IRC_Portal_Images/IRC_Portal_Images/US/login/arrow-vector.png);
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.register-box .formdesign input[type="submit"] {
    width: 100%;
}

.register-box .formdesign input[type="submit"]:hover, .register-box .formdesign input[type="submit"]:focus {
    background-color: #7dc7e6;
}

.register-box .formdesign .backtologin {
    letter-spacing: 0;
    position: relative;
    bottom: 0;
    left: 0px;
    font-size: 16px;
}

.register-box .formdesign .backtologin:hover {
    color: #314153
}

.register-box .formdesign .checkboxrow {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.register-box .formdesign .checkboxrow input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 555;
    height: 100%;
}

.register-box .formdesign .checkboxrow  label {
    position: relative;
    padding: 2px 0 2px 25px;
    margin: 0;
}

.register-box .formdesign .checkboxrow  label:before {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(145, 188, 206, 0.4);
    box-sizing: border-box;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.register-box .formdesign .checkboxrow  label:after {
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    opacity: 0;
}

.register-box .formdesign .checkboxrow input[type="checkbox"]:checked + label:after {
    opacity: 1
}

.steps {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(145, 188, 206, 0.2);
}

.step {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 8px 10px;
    opacity: 0.4
}

.step.ui-state-active {
    opacity: 1
}
#tabs ul li.step:focus{
     outline: none;
}

.step a .number {
    width: 32px;
    height: 32px;
    background-color: #4F6374;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    font-family: 'Museo Sans 700';
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    vertical-align: middle;
}

.step a span {
    font-size: 20px;
    font-family: 'Museo Sans 700';
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    color: #4F6374;
    vertical-align: middle;
    padding: 0 0 0 8px;
}

/****end*******/

/********Foote css*************/
footer {
    background-color: #ffffff;
    border-top: 1px solid #d8e7ed;
}

footer a {
    color: #314153
}

footer .footer-top {
    padding: 110px 0;
}

footer .column {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
}

footer .column:first-child {
    width: 31%;
    padding-right: 80px;
}

footer .column:last-child {
    padding-right: 0;
    width: 110px;
    padding-top: 30px;
}

footer .column5 img {
    margin-bottom: 20px;
    display: block;
}

footer .socialicons {
    margin-top: 30px;
}

footer .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 20px 10px 0;
}

footer .fb-icon {
    background-position: -6px -7px;
}

footer .fb-icon:hover {
    background-position: -6px -33px;
}

footer .linkedin-icon {
    background-position: -37px -7px;
}

footer .linkedin-icon:hover {
    background-position: -37px -33px;
}

footer .twitter-icon {
    background-position: -66px -7px;
}

footer .twitter-icon:hover {
    background-position: -66px -33px;
}

footer h6 {
    color: #314153;
    margin-top: 30px;
    margin-bottom: 26px;
    text-transform: capitalize;
}

footer ul li {
    margin-bottom: 15px;
    font-weight: 500;
}

footer .footer-bottom {
    border-top: 1px solid #d8e7ed;
    padding: 40px 0;
    color: #4F6374;
    opacity: 0.7;
    font-size: 16px;
    font-family: 'Museo Sans 500';
    font-weight: regular;
}

footer .footer-bottom a {
    opacity: 0.7;
    text-decoration: underline;
}

footer .footer-bottom a:hover, footer a:hover {
    color: #7dc7e6;
}

/*****************media query start ***********************/
@media(min-width:1025px) {
    .d-desk-none {
        display: none
    }

}

@media(min-width:768px) {
    .d-tablet-none {
        display: none
    }

}

@media(max-width:1199px) {
    .loginbg {
        background-size: auto 100%;
    }

    .resetbg {
            background-size: auto 100%;
    }

    footer .footer-top {
        padding: 80px 0;
    }

    footer .column:first-child {
        width: 29%;
    }

}

@media(max-width:1024px) {
    header .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    header .columns .nav {
        position: fixed;
        left: -280px;
        width: 210px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        transition: all 0.3s ease;
        background: #7dc7e6;
        z-index: 999;
    }

    .menu-active header .columns .nav {
        left: 0;
        transition: all 0.3s ease;
    }

    header .columns ul {
        padding: 30px 0
    }

    header .columns li {
        display: block;
        margin: 0;
    }

    header .columns li a {
        padding: 11px 10px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
    }

    header .columns li a:hover, header .columns li a.active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        background: #314153;
        color: #fff;
    }

}

@media(max-width:992px) {
    .loginbg {
        background-size: auto 550px;
    }

    .resetbg {
        background-size: auto 550px;
    }

    .registerbgleft, .registerbgright {
        background-size: auto 294px;
    }

    footer .column:first-child {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0
    }

    footer .footer-logo {
        margin: 0 auto 30px;
    }

    footer .column {
        margin-top: 60px;
    }

    footer .column, footer .column:last-child {
        width: 24%;
        text-align: center;
        padding: 0 10px;
    }

    footer h6 {
        margin-top: 0;
    }

    footer .footer-top {
        padding: 40px 0;
    }

    footer .footer-bottom {
        text-align: center
    }

}

@media(max-width:767px) {
    header .columns, header .column {
        width: 100%;
        display: block;
        text-align: center;
    }

    .main-content {
        padding-top: 0;
    }

    header {
        position: relative
    }

    header .column.loginsession {
        margin: 18px 0 10px 0;
        text-align: left;
        position: relative;
        padding-right: 45px;
    }

    header .column.loginsession .menu-icon {
        float: none;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    footer .column, footer .column:last-child {
        width: 100%;
        padding: 15px 0;
    }

    .section-padding-authpg {
        padding-top: 50px;
        padding-bottom: 320px;
    }

    .section-padding-authpg .register-box h1 {
        font-size: 36px;
    }

    .loginbg {
        background-size: auto 250px;
        width: 100%;
        height: 270px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: 0;
        background-position: top center;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 15px;
    }

    .registerbgright, .registerbgleft {
        width: 320px;
        height: 298px;
        background-size: contain;
        left: 0;
    }

    .registerbgright {
        left: auto;
        right: 0
    }

    .content-box {
        text-align: center
    }
    .content-box form{
         text-align: left;
    }

    .login-box, .login-box-guest, .register-box {
        display: block;
        margin: 0 auto;
    }

    footer .column5 img {
        display: block;
        margin: 0 auto 20px;
    }

    footer .column {
        margin-top: 0;
    }

    footer .footer-top {
        padding: 40px 0 0;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .page-banner {
        text-align: center;
    }

    .formdesign .form-group.two-col{
         width: 100%;

    }
    .mb-40px {
    margin-bottom: 10px;
}
}

@media(max-width:640px) {
    header .logo {
        display: block;
        margin: 0 0 10px 0;
    }

    .register-box {
        margin-top: 260px;
    }

    .registerbgright, .registerbgleft {
        width: 320px;
        height: 298px;
        background-size: contain;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .registerbgleft {
        bottom: auto;
        top: 0;
    }

}

/*************end*****/