/* Typography */
body{
    font-family: 'Manrope', sans-serif;
}

.dm-sans{
    font-family: 'Poppins', sans-serif;
}
.bold{
    font-weight: 900;
}
.btn-purple{
    width: 100%;
    display: inline-block;
    background-color: #EB3044;
    border-color: #EB3044;
    outline: 0;
    color: #fff;
    font-weight: 600 !important;
}
.btn-purple:hover{
    background-color: #EB3044;
    border-color: #EB3044;
}
label.label-me{
    font-weight: 500 !important;
    display: inline-block;
}
a.pen{
    color: #EB3044;
    font-weight: 600;
}
.img-log{
    width: 60px;
}
div.logrow{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.shaded{
    background-color: #EB3044 !important;
    border-color: #EB3044 !important;
}
.nick-mt-70{
    margin-top: 70px;
}
.nick-mb-30{
    padding-bottom: 30px;
}
input.form-control, select.form-control{
    font-size: 18px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    outline: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    border: 2px solid #ccc !important;
}
.br-10{
    border-radius: 10px !important;
}
.swal2-default-outline{
    outline: 0 !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-info {
    border-color: #EB3044 !important;
    color: #EB3044 !important;
}
.only-mobile{
    display: none;
}
.only-desktop{
    display: block;
}
@media screen and (max-width: 960px) {
    .nick-mb-30{
        padding-bottom: 60px;
    }
    div.logrow{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .only-mobile{
        display: block;
    }
    .only-desktop{
        display: none;
    }
}
