body {
    font-family: 'Rajdhani' !important;
    font-weight: 500;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    opacity: 0.4;
    font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    opacity: 0.4;
    font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    opacity: 0.4;
    font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    opacity: 0.4;
    font-weight: 500;
}

input[type="email"], input[type="password"], input[type="text"] {
    font-size: 1.125rem;
    font-family: 'Rajdhani';
    letter-spacing: 0.4px;
    font-weight: 500;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
    opacity: 1;
    font-weight: 500;
}

input[type="email"]::content, input[type="password"]::content, input[type="text"]::content {
    opacity: 0.8;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: unset !important;
}

@media screen and (min-width: 1600px) {
    .custom-illustration-logo {
        left: -8vw !important;
        /* top: 15% !important; */
    }
}

@media screen and (min-width: 1025px) {
    .m-grid.m-grid--ver-desktop.m-grid--desktop>.m-grid__item {
        flex: 10 auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .custom-illustration-logo {
        left: 0 !important;
        top: 0 !important;
    }

    .footer.footer__right {
        display: none !important;
    }
}

/** Illustration image login */
.custom-illustration-logo {
    position: relative;
    width: 100%;
    left: -6vw;
    top: 15%;
}

/** Form Login */
.m-login.m-login--1 .m-login__wrapper .m-login__logo {
    text-align: left !important;
    margin-bottom: 32px !important;
}

.stick-row {
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.stick-text {
    height: 16px;	
    width: 99px;	
    color: rgba(0,0,0,0.8);	
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 16px;	
    letter-spacing: 0.2px;	
    line-height: 21px;
}

.stick-text-remember {
    height: 15px;
    /* opacity: 0.48;	 */
    color: #00000048;	
    font-family: "Rajdhani";
    font-weight: 600;	
    font-size: 14px;	
    letter-spacing: 0.2px;
}

.stick-forgot-link {
    white-space: nowrap;
    color: #4E277A !important;	
    font-family: "Rajdhani";
    font-weight: 600;	
    font-size: 14px;	
    letter-spacing: 0.2px;	
    line-height: 18px;
}

.stick-forgot-link a {
    padding: 0 !important;
    color: #4E277A !important;
}

.stick-input {
    height: 48px !important;	
    background-color: #FFFFFF !important;	
    border: 1px solid #4E277A !important;	
    border-radius: 10px !important;
}

.stick-input-password {
    border-right: unset !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/** 
    Style for checkbox
*/
.m-stick-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.m-stick-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.m-stick-checkbox>span {
    border: 1px solid #4E277A;
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}

.m-stick-checkbox>input:checked ~ span:after {
    display: block;
}

.m-stick-checkbox>span:after {
    border: solid #4E277A;
}

.m-stick-checkbox>span::after {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0/*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)/*rtl:ignore*/;
}

.m-stick-checkbox>span:after {
    content: '';
    position: absolute;
    display: none;
}

/** Button login */
.btn-link {
    color: #4E277A;
}

.btn-link:hover {
    color: rgba(250, 183, 0, 0.8);
}

.stick-btn {
    height: 48px;
    width: 100%;	
    border: 1px solid #4E277A;	
    border-radius: 6px;	
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;

    background-color:#4E277A;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
}

.stick-btn:not(:disabled):not(.disabled):active {
    border: 1px solid #4E277A;	
    background-color: #4E277A;	
}

.stick-btn:hover {
    border-color: #4E277A;
    color: #fff;
    background-color: #4E277A;
    box-shadow: 0 16px 48px -16px rgba(250,184,0,0.16);
    transform: translateY(7px);
}

.stick-btn:focus {
    box-shadow: 0 16px 48px -16px rgba(250,184,0,0.16);
}

.stick-text-btn-submit {
    height: 19px;	
    width: 47px;	
    color: #FFFFFF;	
    font-family: 'Rajdhani';	
    font-size: 18px;	
    font-weight: 600;	
    letter-spacing: 0.4px;	
    line-height: 23px;	
    text-align: center;
}

/** Stick custom btn */
.stick-custom-btn {
    padding: .85rem 1.15rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    background: transparent;
    border: 1px solid #4E277A !important;
    border-left: unset;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.stick-custom-btn-text {
    color: #00000048;	
    font-family: 'Rajdhani';	
    font-size: 16px;	
    font-weight: 600;	
}

.stick-custom-btn:focus {
    outline: none;
}

.stick-custom-btn-text:hover {
    opacity: 1;
    color: #4E277A;
}

/** Footer */
.stick-footer {
    /* margin-top: 32px;
    margin-bottom: 16px; */
}

.footer.footer__right {
    margin-bottom: 26px;
    text-align: center;
    z-index: 1;
}

.stick-text-footer {
    height: 17px;	
    width: 108px;	
    color: #4E277A;	
    font-family: 'Rajdhani';	
    font-size: 16px;	
    font-weight: 600;	
    letter-spacing: 0.17px;	
    line-height: 18px;
}

.stick-col-footer {
    margin-right: 40px;
}

.stick-lines-footer {
    height: 24px;	
    width: 47px;
}

.stick-facebook-footer {
    height: 24px;	
    width: 10.29px;
}

.stick-instagram-footer {
    height: 24px;	
    width: 24px;	
}

.stick-youtube-footer {
    height: 17px;	
    width: 24px;
}

.stick-link:hover {
    text-decoration: none;
}

.stick-link .stick-text-footer:hover {
    color: #FAB800;
}