* {
    box-sizing: border-box;
}
body {
    width: 100%;
    float: left;
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(134.5deg, #2FA6DE 0%, #EB0C8A 100%);
    /* font-family: 'Montserrat', sans-serif; */
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}
.main-holder {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    min-height: 550px;
    background: url('../images/artwork.svg') no-repeat;
    background-size: auto;
    background-position: right center;
}
.login-panel {
    padding: 60px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    max-width: 470px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.08);
}
.logo-in {
    display: inline-block;
}
.logo-image-in {
    background: url('../images/Nuggets-logo.png') no-repeat 0 0;
	width: 185px;
    height: 50px;
    display: inline-block;
}
.main-head {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 24px 0px;
    color: #1B2733;
    /* font-family: Montserrat; */
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 27px;
}
.login-form {
    width: 100%;
    display: inline-block;
}
.form-indic-label {
    width: 100%;
    margin: 6px 0px;
    display: inline-block;
    color: #6B6C6F;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 15px;
}
.form-input-holder {
    margin: 6px 0px 15px 0px;
    width: 100%;
    position: relative;
}
.form-input {
    border: 1px solid #DFE2E6;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
    width: 100%;
    height: 40px;
    padding: 5px 30px 5px 56px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.form-input:focus {
    outline: 0;
    border: 1px solid #2FA6DE;
}
.icon-in {
    background: url('../images/sprite-login.svg') no-repeat;
    position: absolute;
}
.icon-in.icon-mail {
    width: 20px;
    height: 16px;
    background-position: -17px -54px;
    top: calc(50% - 8px);
    left: 21px;
}
.icon-in.icon-key {
    width: 22px;
    height: 12px;
    background-position: -46px -56px;
    position: absolute;
    left: 21px;
    top: calc(50% - 6px);
}
.icon-in.icon-eye {
    width: 17px;
    height: 11px;
    background-position: -79px -56px;
    right: 12px;
    top: calc(50% - 5.5px);
}
.cs-checkbox {
    position: relative;
    width: auto;
    margin: 6px 0px 15px 0px;
    display: inline-block;
}
.cs-check-input {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}
.cs-check-input:checked + span {
    background: #2FA6DE;
    border: 2px solid #2FA6DE;
    transition: 0.3s linear;
}
.input-overlay:before {
    content: '';
    width: 5px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    transform: rotate(55deg);
    bottom: 4px;
    left: 0px;
    opacity: 0;
    transition: 0.3s linear;
}
.input-overlay:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    transform: rotate(-42deg);
    bottom: 6px;
    right: 0px;
    opacity: 0;
    transition: 0.3s linear;
}
.cs-check-input:checked + span:before, .cs-check-input:checked + span:after {
    opacity: 1;
    transition: 0.3s linear;
}
.checkbox-text-in {
    padding-left: 32px;
    color: #6B6C6F;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
}
.input-overlay {
    width: 18px;
    height: 18px;
    border: 2px solid #DFE2E6;
    position: absolute;
    border-radius: 2px;
    background: #FFFFFF;
    transition: 0.3s linear;
}
.form-submit {
    margin: 6px 0px 15px 0px;
    border-radius: 20px;
    background: #2FA6DE;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 18px;
    border: 0;
    transition: all 0.3s linear;
    cursor: pointer;
}
.form-submit:hover {
    background:  rgb(25, 136, 187);
    transition: all 0.3s linear;
}
.form-submit:focus {
    outline: 0;
}
.text-center {
    text-align: center;
}
.grey-anchor {
    color: #B5B8BE;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
}
.forgot-anchor {
    margin-top: 5px;
    display: inline-block;
}
.form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B5B8BE;
    opacity: 1; /* Firefox */
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B8BE;
}
.form-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #B5B8BE;
}
.form-input::placeholder {
    color: #B5B8BE;
}
.form-input:-webkit-autofill, 
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px #FFFFFF inset;
    -webkit-text-fill-color: #000;
}

/* MEDIA QUERY */

@media (max-width: 767px) {
    .main-holder {
        justify-content: center;
    }
    body {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        -webkit-overflow-scrolling: touch;
    }
    .wrapper {
        overflow: auto;
        background: linear-gradient(134.5deg, #2FA6DE 0%, #EB0C8A 100%);
        height: 100vh;
    }
}
@media (max-width: 600px) {
    .login-panel {
        background: rgba(255, 255, 255, 0.92);
        padding: 60px 40px;
    }
}

/* MEDIA QUERY END */