.cadastro-app {
    background: linear-gradient(to bottom, #331865, #e61655);
    padding: 8% 0;
}

.cadastro-app .card img {
    width: auto;
    max-height: 190px;
    display: block;
    margin: 0 auto;
}

.cadastro-app .card h3 {
    font-size: 36px;
    text-align: center;
    max-width: 430px;
    margin: 25px auto;
    color: #ffffff;
    margin-top: 20px;
}


.baixe-app {
    padding: 5% 0;
}

.baixe-app .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 0;
}

.baixe-app .info h2 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 20px;
}

.baixe-app .info h3 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 30px;
}

.baixe-app .img img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    width: auto;
    max-height: 500px;
}

.baixe-app .img {
    padding: 3% 0;
}

.baixe-app .info .btn {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    border-radius: 10px;
    border: none;
    max-width: 285px;
}

.cadastro-motoboy {
    padding: 5% 0;
}

.cadastro-motoboy .titulo h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 10px;
}

.cadastro-motoboy .titulo p {
    color: #331865;
    opacity: 0.9;
    margin: 0;
    margin-bottom: 10px;
}

.cadastro-motoboy #botaoCadMotoboy .btn {
    margin: 0;
    border: 2px solid #331865;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 10px;
    background-color: transparent;
    color: #331865;
    position: relative;
}

.cadastro-motoboy .btn {
    border-color: #331865;
    background-color: #331865;
    color: #ffffff;
}

.cadastro-motoboy .btn:focus,
.cadastro-motoboy .btn:hover {
    border-color: #331865;
    background-color: #331865;
    color: #ffffff;
    opacity: 0.7;
}

.cadastro-motoboy form {
    padding-top: 3%;
}

.cadastro-motoboy form .form-control,
.cadastro-motoboy form input {
    height: 45px;
    border: 2px solid #331865;
    border-radius: 5px;
}

.cadastro-motoboy form label {
    color: #331865;
    padding: 0;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}

#bt-cadastrar-cliente {
    margin: 0;
    border: none;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 10px;
    background-color: #331865;
    color: #ffffff;
    position: relative;
}

#emailSenha form>p {
    display: none;
}

#emailSenha form>p {
    display: none;
}

#emailSenha>.form-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}


#emailSenha>.form-group>a {
    color: #331865;
    font-size: 16px;
}

#emailSenha {
    display: flex;
    flex-direction: column;
    margin: 0 -15px;
}

#emailSenha hr {
    display: none;
}

#emailSenha br {
    display: none;
}

#emailSenha .form-group>label {

    font-size: 14px;

    font-weight: bold;
}

#emailSenha form>.form-group {
    position: relative;
    padding: 0;
    /* padding-left: 124px; */
    margin-bottom: 20px;
}

#emailSenha form>.form-group:last-child {
    padding-left: 0;
}

#emailSenha form>.form-group input.form-control {
    height: 45px;
    border: 2px solid #331865;
    border-radius: 5px;
    padding-left: 20px;
}

#logar {
    margin-right: 0;
    width: 120px;
    display: inline-block;
    height: 45px;
    font-size: 21px;
    border-radius: 5px;
    color: #fff;
    background-color: #331865;
    border-color: #331865;
}

.login-motoboy {
    padding: 5% 0;
}

.login-motoboy .img {
    padding: 3% 0;
}

.login-motoboy .img img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    width: auto !important;
    max-height: 500px;
}

.login-motoboy .divEnderec {
    padding: 5% 0;
}

.login-motoboy .titulo h2 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 10px;
}

.login-motoboy .titulo p {
    font-size: 24px;
    margin: 0;
    color: #331865;
    margin-bottom: 40px;
}

.login-motoboy .titulo h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 10px;
}

.login-motoboy .titulo p {
    font-size: 24px;
    margin: 0;
    color: #331865;
    margin-bottom: 40px;
}

.login-motoboy .titulo {
    padding-left: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #331865;
    border-color: #331865;
}

.btn-primary:hover {
    opacity: 0.8;
}