.header-success{
    background-color: white;
    padding-bottom: 2%;
}

.box-white {
    position: inherit;
    width: auto;
    height: auto;
    left: 230px;
    top: 600px;
    background: #FFFFFF;;
    box-shadow: 0px 10px 25px -2px rgba(170, 170, 170, 0.4);
    border-radius: 2px;
    margin-top:45px;
}

.btn-afiliado-success {
    height: 45px;
    background: #FCD64B;
    color: #4e5250;
    font-weight: bold;
    font-size: 15px;
    width: 360px;
    border-radius: 5px;
    padding: 14px;
}
.affiliate-wrapper {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 30px 0 30px 0;
    text-align: center;
    font-family: Arial !important;
    border-bottom: 0;
    margin-top:15%
}


.title-header{
    padding:20px 0px 1px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 76%;
    color: #4A4A4A;
}

.title-success-afiliate{
    text-align: center;
    /*height: 66px;*/
    left: 649px;
    top: 342px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    text-align: center;

    color: #4A4A4A;
}

/*.input-box{*/
/*    height: 30px;*/
/*}*/


.container-success {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 40%;
}

.div-button-success {
    border-style: none;
    padding-top: 8%;
    text-align: center
}

.goback{
    position: sticky;
    width: 106px;
    height: 16px;
    float: right;
    top: 122px;


    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;

    color: #076035;
}

.sub-title{
    left: 623px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
    margin-top:30px;
    text-align: center;

    color: #6C6C6C;
}

.font-not-registred{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding-top:10px;
}

.form-control-resgate{
    padding-top: 20px;
}

.input-box input[type=text]{
    width: 360px;
    padding: 12px;
}

.input-box input[type=password]{
    width: 360px;
    padding: 12px;

}

@media screen and (max-width: 1060px) {
    .container-success {
        max-width: 70%;
    }
}

@media screen and (max-width: 776px) {

    .title-header {
        max-width: 100%;
    }

    .visible-xs {
        background-color: white;
    }

    .affiliate-wrapper{
        margin-top:12%;
    }

    .container-success {
        max-width: 90%;
    }

    .header-success {
        text-align: center;
    }

    .goback{
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .btn-afiliado-success {
        width: 80%;
        width: -moz-available;
    }
    .container-success {
        max-width: 90%;
    }
}

@media screen and (max-width: 465px) {
    .input-box input[type=text]{
        width: 100%;
    }

    .input-box input[type=password]{
        width: 100%;
    }
    .container-success {
        max-width: 100%;
    }

    a.esqueceu-senha{
        text-align: center;
        padding: 12px 0px 0px 0px !important;
        position: inherit !important;
    }
}

input[type="text"] {
    width: 100%;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
}


.inputWithIcon input[type="text"] {
    padding: 15px 46px 16px 45px
}
.inputWithIcon input[type="password"] {
    padding: 15px 46px 16px 45px
}

.inputWithIcon i {
    position: absolute;
    /*top: 40%;*/
    padding: 2px 12px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
    color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: dodgerBlue;
}

a.esqueceu-senha {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #076035;
    position: absolute;
    padding: 12px 0px 0px 53%;
}

.font-not-registred{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding-top:10px;
}
