html, body {
    height: 100%;
    width: 100%;
    overflow: auto !important;
}

body {
    background: linear-gradient(-180deg, #5533A9 0%, #4E277A 100%);
    font-family: 'Rajdhani';
    letter-spacing: 0.2px;
}

#app, main{
    height: 100%;
}

::-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:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
} */

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;
}

.card {
    border-radius: 24px 24px 0 0;	
    background-color: rgba(255,255,255,0.04);	
    box-shadow: 0 -28px 20px 0 rgba(0,0,0,0.04);
    /* margin: 62px auto 68px auto; */
    border: 0px solid rgba(0,0,0,.125);
    border-bottom-color: #FAB800;
    border-bottom-width: 5px;
}

.logo {	
    height: 40px;
    width: 175px;
    margin-bottom: 8px;
}

.card-body {
    padding: 48px 40px 48px 40px;
}

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

.stick-text {
    height: 16px;	
    width: 99px;	
    color: #FFFFFF;	
    font-family: 'Rajdhani';
    font-size: 16px;	
    letter-spacing: 0.2px;	
    line-height: 19px;
}

.stick-text-remember {
    height: 15px;
    color: rgba(255, 255, 255, 0.48);	
    font-family: 'Rajdhani';	
    font-size: 14px;	
    font-weight: 600;	
    letter-spacing: 0.2px;	
    margin-left: 8px;
    margin-top: 8px;
    font-weight: 500;
}

.stick-input {
    height: 48px;	
    width: 352px;		
    border-radius: 6px;	
    background-color: #FFFFFF;	
    border: none;
}

.stick-input-password {
    padding-right: 60px;
}

.stick-checkbox {
    height: 18px;	
    width: 18px;	
    background-color: #FAB800;
    margin-left: -1.0em;
    margin-top: 10px;
}

.form-control {
    /* animation: 7s backcolor ease-out infinite; */
}

.form-control:focus {
    /* border: 1px solid #FAB800;
    box-shadow: 0 0 0 2px #FAB800; */

    outline: 1px solid;
    outline-color: rgba(237, 174, 0, 100);
    outline-offset: 4px;
    -moz-outline-radius: 10px;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    animation: s whispr ease-in-out infinite;
}

.form-control.is-invalid {
    border-color: transparent;
    outline-color: #E02020;
}

.form-control.is-invalid:focus {
    border-color: transparent;
    box-shadow: none;
}

@keyframes backcolor {
    0%{
        transform:scale(1)
    }
    50%{   
        transform:scale(1.03)
    }
    75%{   
        transform:scale(1.02)
    }
    100%{
        transform:scale(1)
    }
}

.btn-link {
    color: #FAB800;
    text-decoration: underline;
}

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

.stick-btn {
    height: 48px;	
    width: 352px;	
    border: 1px solid #EDAE00;	
    border-radius: 6px;	
    /* background-color: #FAB800;	 */
    /* box-shadow: 0 16px 48px -16px rgba(250,184,0,0.16); */
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;

    background-color: rgba(250, 183, 0, 1);
    /* box-shadow: 0px 15px 20px rgba(250,184,0,0.16); */
    box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
}

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

.stick-btn:hover {
    /* background-color: rgba(250, 183, 0, 1); */
    border-color: #EDAE00;
    /* box-shadow: 0px 15px 20px rgba(250,184,0,0.16); */
    color: #fff;
    /* transform: translateY(-7px); */

    background-color: #FAB800;
    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-btn-google {
    background-image:url('/img/google-icon.svg');
    background-repeat: no-repeat;
    background-position: center left 16px;
    height: 48px;	
    width: 352px;	
    border: 1px solid #E8E8E8;	
    border-radius: 6px;	
    /* background-color: #FFFFFF;	 */
    /* box-shadow: 0 16px 48px -16px rgba(0,0,0,0.16); */
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;

    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
}

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

.stick-btn-google:hover {
    /* background-color: rgba(255, 255, 255, 1); */
    border-color: #E8E8E8;
    /* box-shadow: 0px 15px 20px rgba(0,0,0,0.16); */
    color: #fff;
    /* transform: translateY(-7px); */

    background-color: #FFFFFF;
    box-shadow: 0 16px 48px -16px rgba(0,0,0,0.16);
    transform: translateY(7px);
}

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

.stick-text-btn-google {
    height: 19px;	
    width: 147px;	
    opacity: 0.7;	
    color: #000000;	
    font-family: 'Rajdhani';	
    font-size: 18px;	
    font-weight: 600;	
    letter-spacing: 0.4px;	
    line-height: 23px;	
    text-align: center;
}

.stick-line {
    box-sizing: border-box;	
    height: 2px;	
    width: 122px;	
    border: 0.5px solid #FFFFFF;	
    opacity: 0.1;
}

.or-login-with {
    height: 12px;	
    width: 83px;	
    opacity: 0.48;	
    color: #FFFFFF;	
    font-family: 'Rajdhani';	
    font-size: 12px;	
    letter-spacing: 0.17px;	
    line-height: 14px;	
    text-align: center;
    margin-top: 10px;
}

.stick-footer {
    margin-top: -40px;
    margin-bottom: 10px;
}

.stick-text-footer {
    height: 17px;	
    width: 108px;	
    color: #FFFFFF;	
    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;
}

.stick-custom-btn {
    position: absolute;
    top: 240px;
    right: 0;
    left: 320px;
    z-index: 1;
    height: calc(1.25em + 1.7rem + 2px);
    padding: .85rem 1.15rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    background: transparent;
    border: none !important;
    border-radius: .25rem;
}

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

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

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

/** 
    Style for checkbox
*/
.m-stick-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    /* font-size: 1rem; */
    -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 #FAB800;
    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 #FAB800;
}

.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;
}

@media screen and (min-width: 540px) {
    .card {
        width: 433px;
        height: 570px;
    }

    .stick-forgot-link {
        padding-left: 48px;
        font-weight: 500;
        white-space: nowrap;
    }

    .stick-forgot-link-text {
        font-size: 14px;
    }

    .stick-social-media-footer {
        text-align: right;
    }
}

/** 
    Only Safari Browser
*/
_:-webkit-full-screen:not(:root:root), .stick-custom-btn
{
    left: 280px;
    width: 100px;
}

/**
    Only for mozilla
*/
@-moz-document url-prefix() {
    /* .card {
      margin-top: 30px;
      margin-bottom: 40px;
    } */
  }

@media screen and (max-width: 539px) {
    #app, main {
        height: auto;
    }
    
    .card {
        margin: 62px auto 68px auto;	
    }

    .stick-line {
        width: 70px;
    }

    .stick-social-media-footer {
        margin-top: 16px;
    }

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

@media screen and (max-width: 480px) {
    .stick-custom-btn {
        left: 240px;
    }
}