
.rethink-img {
    margin-bottom: 40px;
}
.rethink-auth {
    width: 135px;
    margin: 8px 15px 0 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}













/* Responsive
-------------------------------------------------- */


/* Desktop to Landscape iPad
------------------------- */
@media (max-width: 1199px) {

.rethink-auth {
    width: 126px;
}

}


/* Portrait iPad to Desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.rethink-img {
    margin-bottom: 30px;
}
.rethink-auth {
    width: 117px;
}

}


/* Landscape iPhone 6 and 6+
------------------------- */
@media (max-width: 767px) {

.rethink-img {
    margin-bottom: 25px;
}
.rethink-auth {
    width: 93px;
    margin: 6px 13px 0 0;
}

}


/* Landscape iPhone 5
------------------------- */
@media screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and
(max-device-width: 568px) and (orientation : landscape) {



}


/* Portrait iPhone 6/6+ (and Landscape iPhone 4s)
------------------------- */
@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and
(max-device-width: 480px) and (orientation : landscape) {



}


/* Portrait iPhone 4s and 5
------------------------- */
@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {



}
