body {
    /*background-image: linear-gradient(to bottom, #313f48, #3d4c55);*/
    background-color: #2B353C !important;
}
.bottom-buttons {
    text-align: center;
    margin-top: 80px;
}
.login-button {
    background-image: none;
    background-color: #38c8e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 16px 120px;
}
p.login-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    font-family: 'Lato';
}
p.sign-up {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
p.sign-up a {
    color: #38c8e0;
}
label {
    font-size: 16px;
    font-weight: lighter;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #313f48 inset;
    -webkit-text-fill-color: #fff;
    border-bottom: 1px solid #fff;
}

.textinput {
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,0.32);
    border-left: none;
    border-right: none;
    background: transparent;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    margin-top: 40px;
}
.textinput:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.radio-vertical {
    margin: 40px 0;
}

input, select, textarea{
    color: #fff;
}
/*input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {*/
    /*box-shadow: inset 0 80px #313f48 !important;*/
    /*border-bottom: 1px solid rgba(255,255,255,0.32) !important;*/
    /*color: rgb(255,255,255) !important;*/
    /*-webkit-text-fill-color: #fff;*/
/*}*/
.toggle-login{
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 12px;
}
.toggle-login:hover {
    color: #fff;
}

.m-icon {
    margin: 40px 0 20px 0;
    text-align: center;
}

/* Form placeholder text styling */
.placeholder-text::-webkit-input-placeholder {
    color: #808080;
    font-size: 16px;
    line-height: 1.5;
}

.placeholder-text:-moz-placeholder { /* Firefox 18- */
    color: #808080;
    font-size: 16px;
    line-height: 1.5;
}

.placeholder-text::-moz-placeholder {  /* Firefox 19+ */
    color: #808080;
    font-size: 16px;
    line-height: 1.5;
}

.placeholder-text:-ms-input-placeholder {
     color: #808080;
    font-size: 16px;
    line-height: 1.5;
}

.nav-pills {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 16px;
}
.nav-pills>li {
    width: 50%;
    text-align: center;
}
.nav-pills>li+li {
    margin-left: 0;
}
.nav-pills>li>a {
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}
.nav-pills>li.active>a {
    background: transparent;
    color: #fff;
    background: #313f48;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.18);*/
}
.nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li>a:hover, .nav-pills>li>a:focus {
    outline: none;
    box-shadow: none;
    background: #313f48;
}
.nav-pills>li>a:hover {
    background: transparent;
    color: #fff;
   /* border-bottom: 2px solid rgba(0, 0, 0, 0.18);*/
}

/*.radio-inline input[type=radio] {*/
/*    content: url("../images/radio-off@3x.210793d0f11d.png");*/
/*    box-shadow: inset 15px 5px 5px #313f48;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: #313f48;*/
/*    margin-right: 10px;*/
/*    margin-bottom: -2px;*/
/*}*/

/*.radio-inline input:checked::before,*/
/*input[type="radio"] {*/
/* !*   position:absolute;*!*/
/*    clip: rect(0,0,0,0);*/
/*    clip: rect(0 0 0 0);*/
/*}*/

/*.radio-inline input:checked,*/
/*input[type="radio"] + label::before {*/
/*    content: url("../images/radio-on@3x.0c9db1e4bbf5.png");*/
/*}*/

/*input[type="radio"]:checked + label::before {*/
/*    content: url("../images/radio-on@3x.0c9db1e4bbf5.png");*/
/*}*/

.radio-inline input[type="radio"] {
    position: static;
}

/*.checkbox input[type="checkbox"] {*/
/*    content: url("../images/check-off@3x.6902fed3f17c.png");*/
/*    box-shadow: inset 15px 5px 5px #313f48;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: #313f48;*/
/*    margin-right: 5px;*/
/*    margin-bottom: -2px;*/
/*}*/
/*.checkbox input:checked::before,*/
/*input[type="checkbox"] {*/
/*    position:absolute;*/
/*    clip: rect(0,0,0,0);*/
/*    clip: rect(0 0 0 0);*/
/*}*/

/*.checkbox input:checked,*/
/*input[type="checkbox"] + label::before {*/
/*    content: url("../images/check-on@3x.ec0207b6cd08.png");*/
/*}*/

/*input[type="checkbox"]:checked + label::before {*/
/*    content: url("../images/check-on@3x.ec0207b6cd08.png");*/
/*}*/

/*.checkbox input[type="checkbox"] {*/
/*    position: static;*/
/*    display: inline-block;*/
/*}*/




.terms-conditions {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 40px;
}
.terms-conditions:hover {
    color: #1db79c;
    text-decoration: none;
}

.clearablefileinput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.clearablefileinput + label {
    background: #1db79c;
    border-radius: 2px;
    padding: 9px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer !important;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
}

.clearablefileinput:focus + label,
.clearablefileinput + label:hover {
    /*background-color: red;*/
}

.terms-accept .form-group .checkbox > label {
    font-size: 14px !important;
}

.padded-form {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    margin-top: -30px;
    margin-bottom: -60px;
    background-color: #313f48;
}

.row-dob {
    margin-top: -40px;
}

.label-dob {
    font-size: 16px;
    padding-top: 10px;
}

.gender-postion{
    margin-top: 7px;
}

.alert {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.alert ul{
    list-style: none !important;
}

.padded-submit {
  padding-top: 30px !important;
  padding-bottom: 22px !important;

}


.guest-button {
  background-color: grey !important;
}

@font-face
    {
    font-family:'dotsfont';
    src:url("../fonts/dotsfont.13d522c14eb2.eot");
    src:url("../fonts/dotsfont.13d522c14eb2.eot?#iefix")  format('embedded-opentype'),
        url("../fonts/dotsfont.451ebc2c6b6b.svg#font")    format('svg'),
        url("../fonts/dotsfont.0f4af9dcb219.woff")        format('woff');
    font-weight:normal;
    font-style:normal;
}

.password_field{
    font-family:dotsfont !important;
    font-size: 8px !important;
}


.landing {
    color: white;
}


.landing-step {
    background-color: #313f48;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 1px;
}


.login-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
}


.login-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.login-column:after {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.support-text {
    color: white;
    padding: 20px 0px;
}

.login-types {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 18px;
}

.padded-form-inner {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #2B353C;
}