﻿.starcke-main-container {
    margin-top: 100px;
    min-height: 350px;
    padding: 30px;
    position: relative;
    max-width: 1260px;
}

.starcke-page-title {
    color: #005091;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

h1 {
    margin-top: 20px;
    font-family: inherit;
    line-height: 1.1;
    margin: 0;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

starcke_f {
    max-width: 400px;
    justify-content: first baseline;
    margin-left: 35px;
}

.fieldset {
    max-width: 400px;
}

    .fieldset h2 {
        font-size: 20px;
    }

h2 {
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 0;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* starcke_f .starcke_f-instructions*/
.starcke_f .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 15px;
}

.fieldset p {
    margin-bottom: 7px;
}

p {
    margin: 0 0 10px;
}


    p.required {
        margin-bottom: 5px;
        float: right;
        font-size: 12px;
        margin-top: 0px;
        margin: 5px 0 0;
        color: #df280a;
    }


ul {
    padding: 0px;
    margin: 0px;
}

.starcke_f-list > li {
    margin-bottom: 10px;
}

li {
    list-style-type: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

    label.required em {
        display: none;
    }

    label.required:after {
        content: ' *';
        color: #df280a;
        font-weight: normal;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 12px;
    }


.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

.input-text.validation-failed {
    border-color: #df280a;
}

.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

.input-box-forgotpass {
    min-width: 100%;
    height: 30px;
    padding: 0 8px;
}

.buttons-set {
    margin-left: 30px;
    max-width: 400px;
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

    .buttons-set .back-link {
        float: left;
        margin: 0;
        line-height: 33px;
    }

    .buttons-set a:not(.button) {
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        padding: 5px;
    }

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

small {
    font-size: 85%;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}

.button {
    height: 33px;
    width: 140px;
    background: #3399cc;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.invalid {
    color: red;
}

#advice-required-entry-email_address {
    display: none;
}

.recaptcha-container {
    margin-top: 20px;
}




/* ipad css starts */
@media screen and (min-width: 768px) {

    .starcke-main-container {
        margin-top: 320px;
    }

    .input-box-forgotpass {
        min-width: 400px;
        height: 30px;
        padding: 0 8px;
    }

    .starcke_f .form-instructions {
        width: 35%;
    }
}
/* ipad css end */

@media screen and (min-width: 820px) {

    .starcke-main-container {
        margin-top: 330px;
    }
}

@media screen and (min-width: 1024px) {
    .starcke-main-container {
        margin-top: 280px;
    }
}
/* desktop css starts */
@media screen and (min-width: 1200px) {

    .starcke-main-container {
        margin-left: 160px;
    }

    .input-box-forgotpass {
        min-width: 400px;
        height: 30px;
        padding: 0 8px;
    }

    p.required {
        min-width: 888px;
    }

    .starcke_f .form-instructions {
        width: 35%;
    }

    .starcke-main-container {
        margin-top: 20px;
    }
}
/* desktop css ends*/
/* galaxy fold css start*/
@media screen and (min-width: 280px) and (max-width: 310px) {

    .starcke-main-container {
        margin-top: 85px;
    }

    .starcke-page-title {
        font-size: 16px;
    }

    .fieldset h2 {
        font-size: 14px;
    }

    .starcke_f .form-instructions {
        font-size: 8px;
    }

    .buttons-set a:not(.button) {
        font-size: 8px;
    }

    .rc-anchor-normal {
        height: 70px;
        width: 300px;
    }

    label {
        font-size: 10px;
    }

    .required {
        font-size: 10px;
    }
}
/* ends */
button {
    border-radius: 10px;
}

input {
    border-radius: 10px;
}

table {
    border-radius: 10px;
}
