﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
  background: #FAFAFA;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.button-primary {
    background: #27AE60;
    border: 1px solid #27AE60;
    border-radius: 4px;
    min-width: 328px;
    padding: 12px 22px 12px 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 16px;
}

    .button-primary:disabled {
        background: #5AC293;
    }

    .button-secondary {
        background: #FFFFFF;
        border: 1px solid #27AE60;
        border-radius: 4px;
        min-width: 328px;
        padding: 12px 22px 12px 22px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        color: #27AE60;
        margin-top: 20px;
    }

        .button-secondary:disabled {
            border: 1px solid #5AC293;
            color: #5AC293;
        }

        .input-text {
            border-bottom: 1px solid #E8E8E8;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            height: 60px;
            min-width: 328px;
            padding: 24px 16px 16px 16px;
            font-family: 'Roboto', sans-serif;
            height: 20px;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            margin-top: 38px;
            background: #FAFAFA;
        }

.top-24 {
    padding-top: 24px;
}

.span-text {
    max-width: 328px;
    text-align: left;
    margin: 0 auto;
    margin-top: 16px;
    padding-left: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #898989;
}

.link, .link:hover, .link:active, .link:visited {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #27AE60;
    text-decoration: none;
}

.title {
    margin: 0 auto;
    max-width: 300px;
}

    .title h3 {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        color: #141414;
    }

.text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

#star-image {
    z-index: 1;
    max-width: 360px;
}

#kkcredit1-image {
    margin-left: -30px;
}

.cover {
    margin: 0 auto;
    /*margin-top: -150px;*/
    max-width: 360px;
    min-height: 211px;
    position: relative;
    padding: 16px;
    z-index: 1000;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.07);
}

.cover-text {
    max-width: 328px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #5B5B5B;
}

.download {
    margin: 0 auto;
    margin-top: 24px;
    max-width: 304px;
    height:42px;
}

    .download a.left {
        margin-right: 8px;
    }

.download a.right, .download a.right img {
    margin: 0;
}

a.proceed-btn, a.proceed-btn:hover, a.proceed-btn:active, a.proceed-btn:disabled {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    height: 48px;
    max-width: 306px;
    padding-top: 12px;
    border-radius: 4px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #27AE60;
    text-decoration: none;
}

.footer-container {
    background: #000000;
    color: #fefefe;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 16px;
}

.privacy-checkbox-div {
    margin: 0 auto;
    margin-top: 16px;
    max-width: 328px;
    text-align: left;
}

.privacy-checkbox-label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-align: left;
}

    .privacy-checkbox-label a, 
    .privacy-checkbox-label a:hover, 
    .privacy-checkbox-label a:active, 
    .privacy-checkbox-label a:visited {
        color: #27AE60;
        text-decoration:none;
    }

    .privacy-checkbox-input {
        border: 1px solid #27AE60;
    }