
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    line-height: 1
}

.radiobutton{    width: 7% !important;
                 position: absolute;
                 margin-top: -1px !important;
                 margin-right: 11px;}


button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 0px 23px 0px 23px;
    cursor: pointer
}



input[type="checkbox"]+label {
    padding-left: 0;
    margin-right: 10px;
    font-size: 11px;
}

input[type="checkbox"]+label .checkbtn {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    background-size: 46px 14px;
    margin-right: 5px
}

input[type="checkbox"]+label:hover {
    cursor: pointer
}

input[type="checkbox"]:checked+label {
    font-weight: bold;
    color: #062940
}

input[type="checkbox"]:checked+label .checkbtn {
    background-position: -16px top
}

input[type="checkbox"]:disabled+label {
    color: #A1A1A1
}

input[type="checkbox"]:disabled+label .checkbtn {
    background-position: -32px top
}

table tr td button {
    margin: 6px
}

input {
    height: 38px;
    border: 1px solid #e1e1e1;
    padding-left: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 0 6px 0;
    font-size: 12px
}



select {
    height: 38px;
    border: 1px solid #e1e1e1;
    padding-left: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 0 6px 0;
    font-size: 12px
}

input::placeholder {
    opacity: 0.7;
    font-size:12px;
    color: #666;
}

.height,
.height32,
.height16 {
    width: 100%;
    display: block;
    position: relative;
    float: left
}

.height32 {
    height: 32px
}

.height16 {
    height: 16px
}

h1 {
    font-size: 32px;
    display: inline-block;
    color: #666
}

h2 {
    font-size: 20px;
    display: inline-block;
    color: #666
}

h3 {
    font-size: 14px;
    display: inline-block;
    color: #666
}

h4 {
    font-size: 12px;
    display: inline-block;
    color: #666
}

h5 {
    font-size: 10px;
    display: inline-block;
    color: #666
}

h3,
h4 {
    font-weight: bold
}

h1,
h2,
h3 {
    color: #212121;
    font-weight: regular
}

a {
    color: #A1A1A1;
    font-size: 12px;
    text-decoration: underline
}

a:visited {
    color: #A1A1A1
}

a:hover,
a:active {

    color: #f4501e
}

ul[type=disc] {
    line-height: 20px
}

ul[type=disc] li:before {
    content: '• '
}






body {  background: #ff9700;

        font-size: 12px
}

body div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loginBox
{

    /* position: absolute; */
    background: #ffffff;
    border-radius : 20px;
    margin-top: 50px;
}


.loginButton{color:#fff !important;
             background-image: linear-gradient( 315deg , #ff4e00 0%, #ff9700 74%);
             border: none;
             text-decoration: none;}

.loginButton:hover {

    background-color: #b96000 !important;
    border-color: #b96000 !important;
}

.loginBox div {
    display: inline-block
}

.loginBox div.select-search-box__search {
    display: none
}

@media (max-width: 1000px) {
    .loginBox
    {
        width: 93%;
        height: auto;
        margin-top: 50px;
        /* position: absolute !important; */
    }



}



.logo {
    text-align: center
}

@media (max-width: 1000px) {
    .logo {
        width: 100%;
        border: none;
        height: auto
    }
    .logo img {
        margin-top: 34px;
        width: 70%;
        max-width: 280px;
        padding-left: 10px
    }
}

@media (min-width: 1001px) {
    .logo {
        height: 100%;
        border-right: 2px solid #d97100;
        height: 580px
    }
}





@media (min-width: 1001px) and (min-width: 1021px) {
    .logo {
        width: 458px
    }
}

@media (min-width: 1001px) {
    .logo img {
        margin-top: 252px;
        padding-left: 0px
    }
}

.Login_part {
    float: right;
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 480px) {
    .Login_part {
        padding: 0px 10% 50px 10%
    }
}

@media (min-width: 481px) and (max-width: 1000px) {
    .Login_part {
        padding: 0px 23% 60px 23%
    }
}

@media (min-width: 1002px) and (max-width: 1199px) {
    .Login_part {
        padding: 0px 107px 96px 108px;
        max-width: 440px
    }

    @media (min-width: 1002px) and (max-width: 1199px) {
        .Loginpart {
            padding: 0px 33px 96px 35px !important;
            max-width: 392px !important;
        }
    }
}


@media (min-width: 1200px) {
    .Login_part {
        padding: 0px 107px 96px 108px;
        max-width: 540px
    }
}





.Login_part .formDiv h4 {
    margin-top: 10px
}

.Login_part .formDiv input {
    margin-top: 0
}




@media (max-width: 1000px) {
    .Login-title {
        padding: 40px 0 0 0
    }
    .Login-title h1 {
        font-size: 22px;
        margin-top: 6px;
        text-transform: uppercase
    }

}

@media (min-width: 1001px) {
    .Login-title {
        padding: 40px 0px 2px 0px
    }
    .Login-title h1 {
        display: inline-block
    }

}

.formDiv {
    width: 100%
}

.formDiv input {
    width: 100%;
    margin-top: 6px
}


.formDiv.result {
    background-color: #f7f7f7;
    padding: 3em 0;
    text-align: center;
    border-radius: 4px
}

.formDiv.result p:first-child {
    font-size: 1.5em
}

.formDiv.result p:last-child {
    margin-top: 1em
}

.login-button {
    width: 100%;
    max-width: 325px;
    margin: 0px 0 33px;
}

.login-button div {
    height: 36px;
    line-height: 36px;
    float: left;
    margin-bottom: 10px
}


.login-button button+button {
    margin-left: 6px
}


@media (max-width: 600px) {
    .footer {
        display: none
    }
}




@media (min-width: 401px) and (max-width:1200px) {
    .footer {
        color: white !important;
        width: 100% !important;
        font-size: 11px !important;
        /* position: fixed !important; */
        bottom: 5px !important;
        margin-left: inherit !important;

    }
}




.footer {
    color: white;
    width: 100%;
    font-size: 11px;

    bottom: 5px;
    text-align: center;
}


/* ======== signUpo======*/

.breadCumb{

    color: #fff !important;
    font-size: 16px;
    margin: 11px 20px;
    position: absolute;
    text-decoration: none;

}




@media (min-width: 1001px){
    .join_inputPart {
        width: 460px;
        padding: 0 71px;
    }


    .Login_part {
        float: right;
        width: auto !important;
        margin: 10px !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }



}
.join_inputPart {
    float: left;
    margin: 0;
}



.join_inputPart {
    float: left;
    margin: 0
}

.join_inputPart.completed {
    line-height: 1.5;
    padding-bottom: 40px
}

.join_inputPart.completed .email {
    margin: 40px 0
}

.join_inputPart.completed .email h4 {
    display: block
}

.join_inputPart.completed .email input {
    max-width: 280px;
    margin-right: 6px
}

.join_inputPart.completed .email button {
    height: 38px;
    margin: 6px 0
}

.join_inputPart.completed .email .description {
    color: #A1A1A1
}

.join_inputPart.completed a {
    color: #f4501e
}

@media (max-width: 1000px) {
    .join_inputPart {
        width: 100%;
        padding: 0 10% 0 10%
    }
}

@media (min-width: 1001px) {
    .join_inputPart {

        padding: 0px 71px 0px 71px
    }
}

.join_inputPart table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%
}

@media (max-width: 320px) {
    .join_inputPart table tr td:first-child {
        width: 50px
    }
}

@media (min-width: 321px) and (max-width: 1000px) {
    .join_inputPart table tr td:first-child {
        width: 100px
    }
}

@media (min-width: 1001px) {
    .join_inputPart table tr td:first-child {
        width: 120px
    }
}

.join_inputPart table tr td {
    vertical-align: top
}

.join_inputPart table tr td h4 {
    margin-top: 21px;
    line-height: 1.3
}

.join_inputPart table tr td.padding_top h4 {
    margin-top: 0px
}

.join_inputPart table tr td.padding_top div {
    margin-bottom: 10px
}

.join_inputPart table tr td.padding_top div label div {
    width: 17px
}

@media (max-width: 1000px) {
    .join_inputPart table input,
    .join_inputPart table .select {
        width: 100%
    }
}



.join_inputPart table .awsProductID {
    padding-bottom: 15px
}

.join_inputPart input:focus {
    border: 2px solid #A1A1A1;
    outline-color: transparent
}

@media (max-width: 1000px) {
    .join_inputPart .primary_btn_large:last-child {
        margin: 20px 0 40px 0;
        width: 100%
    }
}

.join_inputPart p.error {
    color: #f4501e;
}

.join_inputPart p.good {
    color: #38AC99
}

.join_inputPart input.error {
    border: 2px solid #f4501e;
    outline-color: transparent
}

.join_inputPart .errorBoxAcceptTerms {
    margin-top: 0.5rem
}

@media (max-width: 1000px) {
    .join_inputPart:first-child {
        border: none
    }
}

@media (min-width: 1001px) {
    .join_inputPart:first-child {
        border-right: 1px solid #e1e1e1
    }
}


.agree {
    width: 100%
}

.agree h4 {
    margin-bottom: 10px
}

.agree button {
    margin: 0;
    height: 23px;
    line-height: 26px;
    float: right;
    padding: 0
}

.agree div {
    height: 25px;
    width: 100%;
    display: block
}

.chekBoxcss{
    height: 15px;
    position: inherit !important;
    margin-right: -20px !important;
}

.learncss{
    background: no-repeat;
    color: black;
    font-size: 10px;
}

.loginBox .join-title{
    display: block;
}

.join-title {
    padding:60px 61px 20px;
}

@media(max-width:768px){
    .join-title {
        padding:  60px 40px 20px !important;
    }}
/* .joinbtn {
    
        width: 80%;
    margin-top: 6px;
        background: green;
        color: white;
    box-shadow: 0px 5px 10px #dcdcdc;
} */

.joinbtn:hover{
    background: none;
    border: 1px solid green;
}

.joinfooter {
    margin: 50px 0px 35px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 62px;
}


/*===== forgot password========= */

.id_pw {
    width: 100%;
}


.forgt input {
    width: 100%;
    margin-top: 6px;
}

.g-recaptcha{ margin: 16px 10px;}

@media(max-width:768px){
    .g-recaptcha{
        margin: 16px 10px;
    }
}
















