* {
    margin: 0;
    padding: 0;
}


body {

    line-height: 1.5em;
    background-color: #fffff7;
    color: #362B1F;
    font-size: 12px;
    font-family: Arial, Verdana, "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
    margin: auto;
    min-width: 1008px;
    width: 100%;
}



.loginOuterContainer {
    /*background: transparent url('Medgre-Login-bg.png') repeat-x 0 0;*/
    float: left;
    width: 100%;

}

.loginMainContainer {
    /* background: url("../images/LoginImages/login-bg.jpg") no-repeat scroll 0 0 transparent; */
    height: 655px;
    overflow: hidden;
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /* width: 99%;*/
}

.loginNewHeader {
    /* background: rgba(0, 0, 0, 0) url("../images/doc/dr-name.png") no-repeat scroll right top; */
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    /* margin-top: 25px; */
    width: 97%;
    position: relative;
    top: 15px;
    min-height: 124px;
}

.loginNewHeaderDemo {
    /* background: rgba(0, 0, 0, 0) url("../images/doc/dr-name-demo-org.png") no-repeat scroll right top; */
    /* background: url("../images/doc/dr-moayeri.png") no-repeat scroll right top rgba(0, 0, 0, 0); */
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    /* margin-top: 15px; */
    min-height: 124px;
    width: 97%;
    position: relative;
    top: 15px;
}

.loginNewMiddleContainer {
    /*width: 1005px;*/
    float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.w-100 {
    width: 100% !important;
}

.loginBoxModify {
    margin-top: -45px !important;
    border-radius: 15px;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-top: 4px solid #D3DCE6;
    padding: 35px 40px;
    max-width: 410px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    

}

.loginBoxModify .loginBoxHeaderModify {
    border: 0;
    height: auto;
    margin: 22px 0;
}

.loginBoxHeaderModify-title {
    color: #0f172a;
    font-size: 26px;
}

.loginBoxHeaderModify-text {
    color: #64748b;
    font-size: 16px;
    margin-top: 16px;
}

.loginBoxModify .loginBoxLogo,
.changeBoxMainContainerModify .loginBoxLogo{
    display: flex;
    overflow: hidden;
    position: relative;
    /* border-radius: 999px; */
    width: 120px;
    height: 75px;

}

.loginBoxModify .loginBoxLogo img,
.changeBoxMainContainerModify .loginBoxLogo img {
    /* aspect-ratio: 1 / 1; */
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.loginBoxModify .loginBoxRowModify,
.changeBoxMainContainerModify .changePassBoxRowModify {
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.loginBoxModify .loginBoxRowLabelModify,
.changeBoxMainContainerModify .changePassBoxRowLabelModify{
    text-align: center;
    float: none;
    color:#334355;
    font-size: 14px;
    font-variant: initial;
}

.loginBoxModify .loginBoxRowInputModiy,
.changeBoxMainContainerModify .changePassBoxRowInputModify {
    background: #F8FAFC80 ;
    border-radius: 10px;
    height: 42px;
    line-height: 38px;
    width: calc(100% - 12px);
}
.changeBoxMainContainerModify .changePassBoxRowInputTextModify{
    height: 30px;
}

.loginBoxModify .loginBoxRowInputUserImageModify,
.loginBoxModify .loginBoxRowInputPasswordImageModify {
    margin-top: 10px;

}

.loginBoxModify .remBoxMpdify {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;

}
.loginBoxModify .loginEmergencyModify,
.loginBoxModify .loginRememberMeModify{
   color:#334155;
   font-weight: normal;
   /* margin-left: 0; */
}
.loginBoxModify .loginBoxActionModify{
    margin: 0;
    margin-top: 5px;
}
.loginBoxModify .loginBoxActionSigninModify{
    height: 45px;
    border-radius: 10px;
    margin: 0;
}
.loginBoxModify .loginBoxActionSigninModify {
    background: #0f172a;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;

}
.loginBoxMainContainer {
    /* background-color: #fffff7;
    border: 1px solid #a5b684;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    float: left;
    min-height: 273px;
    margin-left: 35%;
    margin-top: 105px;
    width: 419px;
	box-shadow: 2px 2px 12px 1px #939393; */
    background-color: #fffff7;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); */
    box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
    float: left;
    min-height: 273px;
    /* margin-left: 35%; */
    margin-top: 60px;
    width: 450px;
    opacity: 0.92;
	position: absolute;
  left: calc(50% - 205px);
}

.loginBoxHeader {
    float: left;
    background: none repeat scroll 0 0 transparent;
    /*! background: url("../images/doc/Medgrel-Login-header.png") repeat-x scroll 0 0 transparent; */
    border-bottom: 1px solid #ced7d5;
    /*! border-radius: 5px 6px 0 0; */
    color: #05a47c;
    height: 44px;
    /*! opacity: 0.98; */
    width: 100%;
    z-index: 10;
    /*! margin-left:-1px; */
    margin-bottom: 15px;

}

.changeBoxMainContainerModify .loginBoxHeaderTextModify{
   color: #0f172a !important;
   font-size: 26px !important;
}
.loginBoxHeaderText {
    /*! color: #FFFFFF; */
    font-size: 22px;
    font-weight: lighter;
    margin-left: 12px;
    margin-top: 13px;
    float: left;
}

.loginBoxRow {
    height: 77px;
    padding: 0 18px 0 18px;
    width: calc(100% - 36px);
    float: left;
}

.loginBoxRowLabel {
    float: left;
    /*! width:100%; */
    /*! margin-left:7px; */
    color: #059772;
    font-size: 16px;
    /*! font-weight: bold; */
    height: 22px;
    /*! padding-top:6px; */
    font-variant: small-caps;
    /*! position: relative; */
    top: 5px;
    /*! left: 22px; */
    /*! background: transparent; */
    /*! padding: 0px 5px; */
    border: 0px solid #e2e9cf;
}

.loginBoxRowInput {
    float: left;
    background: #e8efd5;
    border: 1px solid #e2e9cf;
    /*! border-radius: 5px 5px 5px 5px; */
    height: 34px;
    /*! margin-left: 7px; */
    padding-left: 10px;
    width: calc(100% - 12px);

}

.loginBoxRowInputUserImage {
    background: url("../images/doc/Medgrel-Login-icon.png") no-repeat scroll 0 0;
    width: 35px;
    height: 24px;
    float: left;
    margin-top: 5px;
}

.loginBoxRowInputPasswordImage {
    float: left;
    background: url("../images/doc/Medgrel-Login-lock-icon.png") no-repeat scroll 0 0;
    height: 24px;
    width: 35px;
    margin-top: 7px;
}

.login-input {
    float: left;
    width: calc(100% - 40px);
    height: 34px;
}

.loginBoxRowInputText {
    /* background: none repeat scroll 0 0 transparent; */
    background-color: #fff;
    border-color: #CFCFCC #CFCFCC #CFCFCC #FFFFFF;
    border-radius: 0px 5px 5px 0px;
    border-style: solid;
    border-width: 0px;
    width: 338px;
    height: 18px;
    padding: 8px 0px 8px 5px;
}

.loginBoxRowInputText:focus {
    outline: none;
}

.loginBoxRemember {
    width: 414px;
    float: left;
    padding: 0px 10px;

}

.remBox {
    width: calc(100% - 36px);
    float: left;
    padding: 0px 18px 4px 18px;
}

.remBoxLeft {
    width: 160px;
    float: left;
    padding-top: 6px;

}

.remBoxRight {
    width: 214px;
    float: Right;
    padding-top: 6px;
}

.remBoxRightRow {
    width: 210px;
    float: Right;
    text-align: right;
}

.loginEmergency {
    float: left;
    width: 118px;
    color: #ff7f27;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

.loginEmergencycheckbox {
    float: left;
    width: 17px;
    margin-left: 7px;
    margin-top: 2px;
}

.loginBoxRowcheckbox {
    float: right;
    width: 21px;
    margin-right: 0px;
    margin-top: 2px;
}

.loginRememberMe {
    float: right;
    width: 95px;
    color: #738E31;
    font-size: 12px;
    font-weight: bold;

}

.loginForget {
    float: right;
    width: 170px;
    color: #63b2b5;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;

}

.loginForget a {
    text-decoration: none;
    color: #63b2b5;
}

.loginBoxAction {
    /*  border-radius: 5px 5px 5px 5px;
    height: 43px;
    margin-left: 16px;
    padding: 2px;
    position: relative;
    width: 412px;*/
    float: right;
    margin-top: 11px;
    margin-bottom: 15px;
    margin-right: 15px;

}

.loginBoxActionSignin {
    /*! background: url("../images/doc/Medgre-Login-signin-button.png") repeat-x scroll 0 0 transparent; */
    border: 1px solid #F6F8F7;
    /*! border-radius: 5px 5px 5px 5px; */
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    margin-top: 2px;
    text-align: center;
    width: 133px;
    float: right;
    margin-left: 100px;
    background: #01b17f;
    box-shadow: 0px 0px 5px 0px #b3aeae;
}

.loginNewFooter {
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.loginNewFooterLeft {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    width: 20%;
}

.loginNewFooterMiddle {
    float: left;
    width: 60%;
}

.loginNewFooterRight {
    float: right;
    width: calc(20% - 38px);
}

.loginNewFooterMiddletext {
    font-size: 11px;
    font-weight: bold;
    /* margin-left: 56%; */
    margin-top: 54px;
    float: left;
    color: #333333;
    /* text-shadow: 1px 1px 1px #BBBBBB; */
    width: 100%;
    text-align: center;
}

.loginNewFooterRightText {
    font-size: 16px;
    margin-right: 20px;
    position: relative;
    /* right: 18px;
    top: 58px; */
    float: right;
    color: #4B9A9D;
    width: calc(100% - 20px);
    text-align: right;
    margin-top: 54px;
}

.loginNewFooterRightText a {
    color: #277679;
    text-shadow: 1px 1px 1px #C6C6C6;
}

.loginBoxRowInputDummy {
    height: 50px;
    width: 400px;
    background: url("../images/doc/Medgre-Login-inputbox-bg.png") repeat scroll 0 0 transparent;
}

.login-loading {
    left: 502px;
    position: absolute;
    top: 323px;
    z-index: 1002;
    display: none;
}

#mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1001;
}


.agreementBoxMainContainer {
    background-color: #fbfcf2;
    border: 1px solid #a5b684;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    float: left;
    height: 500px;
    left: 290px;
    margin-left: 0;
    position: absolute;
    top: 5px;
    width: 800px;
    z-index: 1000;
}


.agreementBoxHeader {
    background: url("../images/doc/Medgrel-Login-header.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A5B684;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    float: left;
    height: 33px;
    opacity: 0.98;
    width: 798px;
    z-index: 10;
}


.agreementBoxHeaderText {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 9px;
}

.agreementBody {
    float: left;
    height: 387px;
    width: 800px;
    padding-top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #717171;
}

.agreementBodyLeft {
    float: left;
    width: 800px;
    border-top: 1px solid lightgray;
    min-height: 32px;
}

.leftMenuName {
    width: 800px;
    background-color: #EBEBEB;
    color: #5FA3F6;
    font-weight: bold;
    padding: 5px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    height: 20px;
    cursor: pointer;
}

.leftMenuName-active {
    width: 800px;
    background-color: #D9E7C5 !important;
    color: #FA931C !important;
    font-weight: bold;
    padding: 5px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    height: 20px;
}

.agreementBodyRight {
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
    line-height: 18px;

}

.agreementFooter {
    float: left;
    border-top: 1px solid #539995;
    width: 100%;
    margin-top: 5px;
    background: url("../images/doc/main-body-back.gif") repeat-x scroll left bottom #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    height: 72px;
}

.footerRow {
    float: left;
    width: 780px;
    padding: 0px 10px;
}

.footerRowLeft {
    float: left;
    width: 380px;
    margin-top: 5px;
}

.footerRowLeft .name {
    float: left;
    font-weight: bold;
    padding-right: 5px;
    color: #000000;
}

.footerRowLeft .date {
    float: left;
    padding-right: 5px;
    color: #717171;
}

.footerRowRight {
    float: right;
    width: 400px;
    margin-top: 5px;
}


.footerRowRight .button-submit {
    background: url("../images/doc/button-save-medgre.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A1B777;
    color: #284002;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 20px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
    width: 60px;
}


.footerRow .other {
    color: #8E8E82;
    float: left;
    font-weight: bold;
    height: 23px;
    text-align: left;
    width: 300px;
    margin-top: 15px;
    margin-left: 15px;
}

.footerRow .other .greenText {
    color: #74AE0A;
}


.footerRow .copyright {
    color: #8E8E82;
    float: left;
    height: 23px;
    text-align: center;
    width: 360px;
    margin-top: 15px;
}

a:hover,
a:visited,
a:link {
    cursor: pointer;
    text-decoration: none;
}

.hide {
    display: none;
}

.forgotBoxMainContainer {
    background-color: #FFFFF7;
    border: 1px solid #A5B684;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px rgba(0, 0 0, 0.3);
    float: left;
    height: 230px;
    margin-left: 500px;
    margin-top: 150px;
    width: 380px;
    position: absolute;
    top: 5px;
    z-index: 1000;
}

.forgotBoxHeader {
    /* background: url("../images/doc/Medgrel-Login-header.png") repeat-x scroll 0 0 transparent; */
    border-bottom: 1px solid #ced7d5;
    /* border-radius: 6px 6px 0 0; */
    color: #FFFFFF;
    float: left;
    height: 45px;
    opacity: 0.98;
    width: 100%;
    z-index: 10;
}

.forgotBoxRow {
    float: left;
    height: 35px;
    padding: 0 0 0 8px;
    width: 372px;
}


.forgotRowLabel {
    color: #718C2F;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 7px;
    padding-top: 6px;
    width: 150px;
}

.forgot-input {
    float: left;
    width: 20px;
    margin-left: 100px;
    margin-top: 8px;
}

.margin-top {
    margin-top: 30px;
}


.forgotBoxActionSignin,
.forgotUserActionSignin {
    /* background: url("../images/doc/Medgre-Login-signin-button.png") repeat-x scroll 0 0 transparent; */
    background: #15b789;
    border: 1px solid #ffffff;
    /* border-radius: 5px 5px 5px 5px; */
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    /*  margin-left: 90px;
    margin-top: 20px; */
    padding-top: 6px;
    text-align: center;
    width: 133px;
    box-shadow: 0px 0px 5px 0px #b3aeae;
    font-variant: small-caps;
    font-size: 15px;
}

.forgotUserActionSignin {
    margin-top: 10px;
    margin-right: 7px;
}

.forgotUserRow {
    float: left;
    width: 380px;
    padding-top: 6px;
}

.req {
    color: #ff0000;
    font-size: 10px;
    font-weight: lighter;
}

.forgotUserRow .or {
    float: left;
    width: 300px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.forgotUserRow .labelName {
    float: left;
    width: 70px;
    margin-left: 5px;
    color: #486c00;
}

.firstNameBox {
    float: left;
    width: 140px;
}

.lastNameBox {
    float: left;
    width: 140px;
    margin-left: 10px;
}

.valueCol {
    float: left;
    width: 290px;
}

.valueCol img {
    float: left;
    margin-left: 10px;
}

.forgotNameInput,
.forgotDobInput,
.forgotEmailInput,
.forgotPhoneInput {
    float: left;
    width: 128px;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
    padding: 1px 5px;
}


.forgotDobInput {
    width: 105px;
}

.forgotEmailInput {
    width: 220px;
}

.forgotPhoneInput {
    width: 135px;
}


.activationBoxRow {
    height: 35px;
    padding: 0 0 0 8px;
    width: 372px;
    float: left;
    margin-top: 15px;
}

.activationBoxRowLabel {
    float: left;
    width: 120px;
    margin-left: 7px;
    color: #486c00;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding-top: 6px;
}

.activationBoxRowInput {
    float: left;
    background: url("../images/doc/Medgre-Login-inputbox-bg.png") repeat-y scroll 0 0 transparent;
    border: 1px solid #CFCFCF;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    margin-left: 7px;
    padding-left: 11px;
    width: 180px;
    margin-top: 4px;

}


.activation-input {
    float: left;
    height: 34px;
    width: 220px;
}


.activationBoxRowInputText {
    background: none repeat scroll 0 0 transparent;
    border-color: #CFCFCC #CFCFCC #CFCFCC #FFFFFF;
    border-radius: 0 5px 5px 0;
    border-style: solid;
    border-width: 0;
    height: 21px;
    padding: 2px 0 2px 5px;
    width: 180px;
    float: left;

}

.activation-input img {
    float: left;
    margin-left: 5px;
}

.margin-top-10px {
    margin-top: 10px;
}

.changeBoxMainContainerModify{
    margin-top: -50px !important;
    border-radius: 15px;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-top: 4px solid #D3DCE6;
    padding: 35px 40px;
    max-width: 410px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.changeBoxMainContainerModify .forgotBoxHeaderModify{
    color: #0f172a;
    font-size: 26px;
}
.changeBoxMainContainer {
    background-color: #FFFFFF;
    /*  border: 1px solid #A5B684;
    border-radius: 5px 5px 5px 5px; */
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); */
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    float: left;
    height: 260px;
    /* margin-left: 35%; */
    margin-top: 60px;
    position: absolute;
    top: 80px;
    width: 450px;
    z-index: 1000;
	left:calc(50% - 225px);
}

.changePassBoxRow {
    height: 35px;
    padding: 0 20px 0 20px;
    width: calc(100% - 40px);
    float: left;
}

.changeHeaderRow {
    float: left;
    width: 100%;
    padding: 10px 0px;
    color: #ff7f27;
    text-align: center;
    font-size: 13px;
}

.changePassBoxRowLabel {
    float: left;
    width: 165px;
    /* margin-left:7px; */
    color: #059772;
    font-size: 13px;
    font-variant: small-caps;
    height: 25px;
    padding-top: 6px;
}

.changePassBoxRowInput {
    float: left;
    /* background: url("../images/doc/Medgre-Login-inputbox-bg.png") repeat-y scroll 0 0 transparent; */
    background: #eaf0d7;
    border: 1px solid #eaf0d7;
    /* border-radius: 5px 5px 5px 5px; */
    height: 25px;
    /* margin-left: 7px; */
    padding-left: 11px;
    width: 230px;
    margin-top: 4px;

}


.changePass-input {
    float: left;
    height: 34px;
    width: 96%;
}

.changePassBoxRowInputText {
    background: none repeat scroll 0 0 transparent;
    border-color: #CFCFCC #CFCFCC #CFCFCC #FFFFFF;
    border-radius: 0 5px 5px 0;
    border-style: solid;
    border-width: 0;
    height: 21px;
    padding: 2px 0 2px 5px;
    float: left;

}
.changePassBoxRowInputText:focus{
    outline: none;
}


.changePass-input img {
    float: left;
    margin-left: 5px;
}


.skip {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #cdcdcd inset;
    color: #277679;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 21px;
    margin-top: 17px;
    padding: 9px 12px;
    transition: all 0.4s ease-in-out 0s;
    font-variant: small-caps;
}

.skip:hover {
    box-shadow: 0 0 5px 1px #cdcdcd;
    transition: all 0.4s ease-in-out 0s;
}

.patient-portal-text {
    color: #6A8F43;
    float: left;
    font-family: georgia;
    font-size: 41px;
    font-variant: small-caps;
    position: absolute;
    right: 530px;
    top: 135px;
}

.patient-portal-text-1 {
    color: #779C50;
    float: left;
    font-family: georgia;
    font-size: 41px;
    font-variant: small-caps;
    opacity: 0.2;
    position: absolute;
    right: 530px;
    top: 164px;
    transform: rotateX(180deg);
}

.patient-color {
    color: #A92F2F;
}

.patient-color-alt {
    color: #DC6262;
}

.agreementBodyRight P,
.agreementBodyRight ol {
    margin-bottom: 6px;
    color: #333;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    float: left;
}

.agreementBodyRight ol {
    padding-left: 40px;
    width: calc(100% - 40px);
}

.agreementBodyRight ol li {
    margin-bottom: 10px;
}

.med-lgn-bg {
    float: left;
    width: 100%;
    position: absolute;
}

.med-lgn-bg-img {
    width: 100%;
    height: auto;
}

.forgotBoxHeader .loginBoxHeaderText {
    color: #05a47c;
    font-size: 18px;
}

.forgotUserActionSignin:hover,
.loginBoxActionSignin:hover {
    box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}

.changeBoxMainContainer .loginBoxAction {
    margin-left: 15px;
    float: left;
}