body {
    margin: 0;
    background-color: #f3f2ef;
}

a {
    cursor: pointer;
}

.form-control {
    height: 40px;
    box-shadow: none;
    color: #969fa4;
}

.form-control:focus {
    border-color: #5cb85c;
}

.form-control,
.btn {
    border-radius: 3px;
}

/* ---------------------------------------- header start ---------------------------------------- */

.laptop-header-main {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.laptop-header-logo {
    width: 276px;
    height: 100%;
}

.laptop-header-logo img {
    display: block;
    max-width: 85%;
    height: auto;
}

.phone-header-main {
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
}

.phone-header-logo{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-header-logo img {
    display: block;
    max-height: 95%;
    max-width: 100%;
}

/* ---------------------------------------- footer start ---------------------------------------- */

.laptop-footer{
    width: 100%;
    height: 80px;
    background-color: #f3f2ef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.laptop-footer-line{
    width: 90%;
    height: 1px;
    background-color: black;
}

.laptop-foot-info{
    width: 100%;
    height: 79px;
    background-color: #f3f2ef;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.laptop-p{
    color: black;
    margin: 0;
    height: 100%;
    line-height: 80px;
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 20px;
}

.laptop-footer-felix{
    width: 40.96px;
    height: 39.92px;
    background-image: url(../image/footer/felix-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.laptop-footer-felix:hover{
    background-image: url(../image/footer/felix-icon-color.png);
}

.laptop-footer-annie{
    width: 40.96px;
    height: 39.92px;
    background-image: url(../image/footer/annie-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.laptop-footer-annie:hover{
    background-image: url(../image/footer/annie-icon-color.png);
}

.laptop-footer-jay{
    width: 40.96px;
    height: 39.92px;
    background-image: url(../image/footer/jay-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.laptop-footer-jay:hover{
    background-image: url(../image/footer/jay-icon-color.png);
}

.laptop-footer-none{
    width: 40.96px;
    height: 39.92px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.laptop-footer-between{
    width: 1vw;
}

.laptop-footer-space{
    width: 100%;
    height: 80px;
}

.phone-footer{
    width: 100%;
    height: 200px;
    background-color: #f3f2ef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.phone-footer-line{
    width: 90%;
    height: 5px;
    background-color: black;
}

.phone-p{
    color: black;
    margin: 0;
    height: 75px;
    line-height: 80px;
    font-size: larger;
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 40px;
}

.phone-footer-icons{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.phone-footer-felix{
    margin: 0;
    width: 81.92px;
    height: 79.84px;
    margin: 0 2vw;
    background-image: url(../image/footer/felix-icon-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.phone-footer-annie{
    margin: 0;
    width: 81.92px;
    height: 79.84px;
    margin: 0 2vw;
    background-image: url(../image/footer/annie-icon-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.phone-footer-jay{
    margin: 0;
    width: 81.92px;
    height: 79.84px;
    margin: 0 2vw;
    background-image: url(../image/footer/jay-icon-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.phone-footer-space{
    width: 100%;
    height: 200px;
}

/* ---------------------------------------- laptop start ---------------------------------------- */

.laptop-page {
    position: fixed;
    top: 60px;
    bottom: 80px;
    height: calc(100% - 140px);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.laptop-page::-webkit-scrollbar {
    display: none;
}

.laptop-signup-form {
    color: #fff;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    margin: 20px auto;
    font-size: 15px;
}

.laptop-signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.laptop-signup-form h2:before,
.laptop-signup-form h2:after {
    content: "";
    height: 2px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.laptop-signup-form h2:before {
    left: 0;
}

.laptop-signup-form h2:after {
    right: 0;
}

.laptop-signup-form .laptop-hint-text {
    color: #999;
    margin-bottom: 30px;
    text-align: center;
}

.laptop-signup-form form {
    color: #999;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #f3f2ef;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.laptop-signup-form .laptop-form-group {
    margin-bottom: 20px;
}

.laptop-signup-form input[type="checkbox"] {
    margin-top: 3px;
}

.laptop-signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    outline: none !important;
    background-color: #ff9c0a;
    border-color: #ff9c0a;
}

.laptop-signup-form .row div:first-child {
    padding-right: 10px;
}

.laptop-signup-form .row div:last-child {
    padding-left: 10px;
}

.laptop-signup-form a {
    color: #999;
    text-decoration: underline;
}

.laptop-signup-form a:hover {
    text-decoration: none;
}

.laptop-signup-form form a {
    color: #5cb85c;
    text-decoration: none;
}

.laptop-signup-form form a:hover {
    text-decoration: underline;
}

.laptop-signup-form .text-center {
    color: #999; 
}   

.laptop-logo{
    width: 160px;
    height: auto;
}

/* ---------------------------------------- phone start ---------------------------------------- */

.phone-page {
    position: fixed;
    top: 140px;
    bottom: 200px;
    height: calc(100% - 340px);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.phone-page::-webkit-scrollbar {
    display: none;
}

.phone-signup-form {
    color: #fff;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    width: 95%;
    margin: 40px auto;
    padding: 60px;
    font-size: 30px;
}

.phone-signup-form h2 {
    color: #636363;
    margin: 0 0 30px;
    font-size: 60px;
    position: relative;
    text-align: center;
}

.phone-signup-form h2:before,
.phone-signup-form h2:after {
    content: "";
    font-size: 60px;
    height: 4px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.phone-signup-form h2:before {
    font-size: 60px;
    left: 0;
}

.phone-signup-form h2:after {
    font-size: 60px;
    right: 0;
}

.phone-signup-form .phone-hint-text {
    font-size: 40px;
    color: #999;
    margin-bottom: 60px;
    text-align: center;
}

.phone-signup-form form {
    font-size: 40px;
    color: #999;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #f3f2ef;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    padding: 60px;
}

.phone-signup-form .phone-form-group {
    font-size: 40px;
    margin-bottom: 40px;
}

.phone-signup-form input[type="checkbox"] {
    font-size: 40px;
    margin-top: 6px;
}

.phone-signup-form .btn {
    font-size: 40px;
    font-weight: bold;
    min-width: 280px;
    height: 100px;
    outline: none !important;
    background-color: #ff9c0a;
    border-color: #ff9c0a;
}

.phone-signup-form .row div:first-child {
    font-size: 40px;
    padding-right: 20px;
}

.phone-signup-form .row div:last-child {
    font-size: 40px;
    padding-left: 20px;
}

.phone-signup-form a {
    font-size: 40px;
    color: #999;
    text-decoration: underline;
}

.phone-signup-form a:hover {
    font-size: 40px;
    text-decoration: none;
}

.phone-signup-form form a {
    font-size: 40px;
    color: #5cb85c;
    text-decoration: none;
}

.phone-signup-form form a:hover {
    font-size: 40px;
    text-decoration: underline;
}

.phone-signup-form .text-center {
    font-size: 40px;
    color: #999; 
}   

.phone-logo{
    width: 320px;
    height: auto;
}