.reset,
.remind,
.login,
.registration {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.reset fieldset,
.remind fieldset,
.login fieldset,
.registration fieldset {
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-width: 0;
}

.reset form,
.remind form,
.login form,
.registration form {
    width: 400px;
    margin: 0 auto 50px;
    background: #FFF;
    position: relative;
    display: block;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.025);
    padding: 20px;
    border-radius: 8px;
    overflow: auto;
}

.reset legend,
.remind legend,
.login legend,
.registration legend {
    color: #0e1f32;
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    transition: 0.3s;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.reset .control-group,
.remind .control-group,
.login .control-group,
.registration .control-group {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 10px 0 0;
}

.reset .control-group:first-child,
.remind .control-group:first-child,
.login .control-group:first-child,
.registration .control-group:first-child {
    border: none;
}

.reset .control-label,
.remind .control-label,
.login .control-label,
.registration .control-label {    
    float: left;
}

.registration .field-spacer .control-label  {
    width: 100%;
}

.registration .control-label .spacer {
    width: 100%;
    display: block;
}

.reset label,
.remind label,
.login label,
.registration label {    
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
    padding: 0 10px;
    margin: 0 0 10px;
    display: inline-block;
    color: #0e1f32;
}

.reset .text,
.remind .text,
.login .text,
.registration .text {
    background: #f2f8fa;
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.reset .text label,
.remind .text label,
.login .text label,
.registration .text label {    
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.reset input,
.remind input,
.login input,
.registration input {    
    padding: 10px;
    color: #0e1f32;
    font-size: 15px;
    font-weight: 300;
    min-width: 0;
    max-width: 100%;
    margin: 0px auto 20px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
    transition: 0.4s;
}

.login input#remember {
    width: auto;
    float: left;
    margin: 7px 0 0;
}

.reset input.invalid,
.remind input.invalid,
.login input.invalid,
.registration input.invalid {
    border-color: #f00 !important;
    background-color: #fff;
    color: #0e1f32;
}

.reset input:hover,
.remind input:hover,
.login input:hover,
.registration input:hover {
    border-color: #0e1f32;
    color: #0e1f32;
}

.reset input:focus,
.remind input:focus,
.login input:focus,
.registration input:focus {
    border-color: #0e1f32;
    color: #0e1f32;
    box-shadow: 0 0 0 1px #0e1f32 inset;
    font-weight: 700;
}

.reset button,
.remind button,
.login button,
.registration button {    
    background: #0e1f32;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.025em;
    border-radius: 4px;
    border: none;
    line-height: 44px;
    width: 60%;
    float: right;
    cursor: pointer;
}

.reset button,
.remind button,
.login button {
    float: none;
    margin: 10px auto 0;
    display: block;
}

.login a,
.registration a {
    
}

.reset a.btn,
.remind a.btn,
.login a.btn,
.registration a.btn {    
    width: calc(40% - 10px);
    float: left;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 0 0 2px #0e1f32 inset;
    border-radius: 4px;
    color: #0e1f32;
}

.login-page .nav-tabs {
    max-width: 400px;
    margin: -80px auto 80px;
    background: #FFF;
    overflow: auto;
    padding: 5px 20px;
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.025);
    position: relative;
    z-index: 1;
}
.login-page .nav-tabs li {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}
.login-page .nav-tabs li:last-child {
    border: none;
}

.login-page .nav-tabs li a {
    color: #0e1f32;
    font-size: 14px;
}

/************ CART ****************/

.page-account h1 {
    color: #0e1f32;
    font-size: 25px;
    text-align: left;
    font-weight: 800;
    transition: 0.3s;
    margin: 30px 0 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    line-height: 40px;
    text-align: center;
}

.page-account fieldset {
    padding: 0;
    margin: 0;
}

.page-account fieldset h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    color: #0e1f32;
    line-height: 40px;
    display: block;
    margin: 0 0 20px;
    text-align: center;
}

.page-account table.user-details {
    width: 100%;
}

.page-account fieldset legend {
    display: none;
}

.page-account fieldset label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    min-width: 200px;
    max-width: 500px;
    line-height: 40px;
    display: inline-block;
    margin: 5px 0;
}

.page-account fieldset input,
.page-account fieldset select {
    min-width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    background: #FFF !important;
    border: 1px solid #0e1f32 !important; 
    border-radius: 2px !important;
    color: #0e1f32 !important;
}

.page-account .control-buttons {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 30px 0 10px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.page-account .control-buttons .default,
.page-account .control-buttons .vm-button-correct {
    height: 40px;
    line-height: 36px;
    padding: 0 30px;
    margin: 0;
    display: inline-block;
    border: 2px solid #0e1f32; 
    background: #FFF;
    color: #0e1f32;
    float: right;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.page-account .control-buttons .vm-button-correct {
    background: #0e1f32;
    color: #FFF;
    padding: 0 50px;
    margin-left: 15px;
}

