﻿/* 
    StarkCamp Project
    Landing page styles version 2a
    created on June 17th 2019
*/

/*#region table of contents*/
/*==Table of contents==
    3. Landing page forms
    4. Pop-up messages
    5. Responsive
*/
/*#endregion*/
/*#region 1. General*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=vietnamese');

#FormLoginAndRegister {
    font-family: 'Montserrat', sans-serif;
}
#FormLoginAndRegister #landing-page-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

#FormLoginAndRegister .btn-border-white {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid white;
    color: #fff;
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
    padding: 10px 15px;
    background-size: 250% 150%;
    background-position: right bottom;
    transition: all 0.3s ease;
}

    #FormLoginAndRegister .btn-border-white:hover {
        background-position: left bottom;
        color: #203f66;
    }

    #FormLoginAndRegister .btn-border-white:focus {
        color: white;
    }

    #FormLoginAndRegister .btn-border-white:hover.btn-border-white:active, #FormLoginAndRegister .btn-border-white:hover.btn-border-white:active.btn-border-white:focus {
        color: #fff;
    }

    #FormLoginAndRegister .btn-border-white:hover.btn-border-white:focus {
        color: #203f66;
    }

    #FormLoginAndRegister .btn-border-white:visited, #FormLoginAndRegister .btn-border-white:focus, #FormLoginAndRegister .btn-border-white:active {
        outline: 0 !important;
    }

#FormLoginAndRegister .btn-border-red {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #BE1C2F;
    color: #BE1C2F;
    background: linear-gradient(to right, #BE1C2F 50%, #ffffff 50%);
    padding: 10px 15px;
    background-size: 250% 150%;
    background-position: right bottom;
    transition: all 0.3s ease;
}

    #FormLoginAndRegister .btn-border-red:hover {
        background-position: left bottom;
        color: #fff;
    }

    #FormLoginAndRegister .btn-border-red:visited, #FormLoginAndRegister .btn-border-red:focus, #FormLoginAndRegister .btn-border-red:active {
        outline: 0 !important;
    }

    #FormLoginAndRegister .btn-border-red:focus {
        color: #BE1C2F;
    }

#FormLoginAndRegister .btn-background-red {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #BE1C2F;
    color: #fff;
    background: linear-gradient(to right, #ffffff 50%, #BE1C2F 50%);
    padding: 8px 20px;
    background-size: 250% 150%;
    background-position: right bottom;
    transition: all 0.3s ease;
}

    #FormLoginAndRegister .btn-background-red:hover {
        background-position: left bottom;
        color: #BE1C2F;
    }

    #FormLoginAndRegister .btn-background-red:focus, #FormLoginAndRegister .btn-background-red:active {
        color: #fff;
    }
    #FormLoginAndRegister .btn-background-red:visited, #FormLoginAndRegister .btn-background-red:focus, #FormLoginAndRegister .btn-background-red:active {
        outline: 0 !important;
    }

    #FormLoginAndRegister .btn-background-red:hover.btn-background-red:focus, #FormLoginAndRegister .btn-background-red:hover.btn-background-red:active {
        color: #BE1C2F;
    }
    #FormLoginAndRegister .btn-border-red:hover.btn-border-red:focus, #FormLoginAndRegister .btn-border-red:active.btn-border-red:hover {
        color: #fff;
    }

    #FormLoginAndRegister .sub-tagline {
        font-weight: 300;
        font-size: 16px;
        margin: 15px auto;
    }

#FormLoginAndRegister .tagline {
    font-size: 35px;
    font-weight: 600;
    margin: 10px auto;
}

    #FormLoginAndRegister .tagline.white {
        color: white;
    }

    #FormLoginAndRegister .tagline.seaweed {
        color: #1C566C;
    }

#FormLoginAndRegister .ajx-container .spinner-container .spinner-root {
    top: 30%;
    position: relative;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#FormLoginAndRegister .ajx-container .spinner-container {
    position: absolute;
    background-color: rgba(76, 76, 76, 0.36);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

#FormLoginAndRegister .forgot-password-link {
    font-size: 14px;
    margin-top: 5px;
}

#FormLoginAndRegister .text-danger {
    display: block;
    font-size: 14px;
    /*width: 200px;*/
    margin-top: 3px;
}

#FormLoginAndRegister .parsley-errors-list.filled {
    display: block;
    width: 340px;
    line-height: 1.2;
}
/*#endregion*/
/*#region 3. landing page forms*/
#FormLoginAndRegister .landing-page__form {
    width: 45%;
    padding: 50px 70px;
    font-size: 16px;
}

#FormLoginAndRegister .landing-page__form__title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    color: #47515E;
    text-align:center;
}

#FormLoginAndRegister .landing-page__form__logo {
    margin-bottom: 15px;
    text-align:center;
}

    #FormLoginAndRegister .landing-page__form__logo img {
        width: 20%;
    }
#FormLoginAndRegister label.error {
    display: none !important;
}
    #FormLoginAndRegister .form-flex .form-group {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        margin-right: 15px;
        margin-bottom: 7px;
    }

        #FormLoginAndRegister .form-flex .form-group .form-control {
            height: 45px;
            border-radius: 5px;
            border: 1px solid #47515E;
            margin: 10px auto 0px;
        }

#FormLoginAndRegister .landing-page__form--signup {
    margin-top: 50px;
}

#FormLoginAndRegister .form--signup__title {
    font-size: 20px;
    font-weight: bold;
    color: #47515E;
    margin-bottom: 10px;
}

#FormLoginAndRegister .landing-page__form--signin .social-icons img, #FormLoginAndRegister .landing-page__form--signup .social-icons img {
    max-width: 5%;
}

#FormLoginAndRegister .landing-page__form--signin .social-icons a {
    text-decoration: none;
    cursor: pointer;
}

#FormLoginAndRegister .landing-page-popup {
    position: absolute;
    right: 0;
    top: 25px;
    margin-right: 30px;
    z-index: 99;
}

    #FormLoginAndRegister .landing-page-popup .btn-info, #FormLoginAndRegister .landing-page-popup .btn-info:active, #FormLoginAndRegister .landing-page-popup .btn-info:hover {
        color: #fff;
        background-color: #be1c2f;
        border-color: #be1c2f;
        font-size: 14px;
    }

    #FormLoginAndRegister .modal-body {
        padding:0px 5% 5%;
    }
    #FormLoginAndRegister .modal-header {
        border-bottom:none;
    }

#FormLoginAndRegister .modal-backdrop {
    z-index: 9;
}

#FormLoginAndRegister .landing-page-popup .modal .modal-content {
    padding: 15px;
    padding-bottom: 25px;
}

#FormLoginAndRegister .landing-page-popup .modal-header {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
}

    #FormLoginAndRegister .landing-page-popup .modal-header .close {
        font-size: 25px;
    }
#frmRegister .checkbox {
    margin-bottom:15px;
}
/*#endregion*/
/*#region 4. Pop-up messages*/
#FormLoginAndRegister .forgot-password-link a {
    cursor: pointer;
}

#FormLoginAndRegister #FormForgotPassword .error {
    color: #bf1e2d;
}

#FormLoginAndRegister .img-icon .img-icon{
    height: 30px;
}

@media screen and (max-width:1366px) {
    #FormLoginAndRegister .landing-page__form {
        padding: 45px 70px;
    }

    #FormLoginAndRegister .landing-page__form__logo {
        margin-bottom: 20px;
    }

    #FormLoginAndRegister .landing-page__form--signin .social-icons img, #FormLoginAndRegister .landing-page__form--signup .social-icons img {
        max-width: 5%;
    }

    #FormLoginAndRegister .landing-page__form__title {
        font-size: 28px;
        margin-top: 0px;
    }

    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 40px;
    }

    #FormLoginAndRegister .btn-background-red {
        padding: 5px 20px;
    }

    #FormLoginAndRegister .landing-page__form--signup {
        margin-top: 30px;
    }

    #FormLoginAndRegister .btn-border-red {
        padding: 4px 15px;
    }

    #FormLoginAndRegister .forgot-password-link {
        font-size: 12px;
        margin-top: 5px;
    }

    #FormLoginAndRegister .parsley-errors-list.filled {
        display: block;
        font-size: 12px;
    }

    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 35px;
    }

    #FormLoginAndRegister .text-danger {
        font-size: 12px !important;
    }

    #FormLoginAndRegister .landing-page__form--signup form .checkbox label {
        font-size: 14px;
    }

}

@media screen and (min-width:1025px) and (max-width:1280px) {
    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 35px;
        font-size: 11px;
    }

    #FormLoginAndRegister span.social-icons {
        font-size: 12px;
    }

    #FormLoginAndRegister .btn-background-red {
        padding: 5px 15px;
    }

    #FormLoginAndRegister .landing-page__form--signin .social-icons img, #FormLoginAndRegister .landing-page__form--signup .social-icons img {
        max-width: 4%;
    }
}

@media screen and (max-width:1280px) and (max-height:720px) {
    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 30px;
    }

    #FormLoginAndRegister .btn-background-red, .btn-border-red {
        padding: 3px 15px;
        font-size: 14px;
    }

    #FormLoginAndRegister .landing-page__form--signup form .checkbox label {
        font-size: 12px;
    }

    #FormLoginAndRegister .text-danger {
        font-size: 10px !important;
        margin-top: 3px;
    }
}
/* ipad Air or devices with mostly equivalent resolution*/
@media screen and (max-width:1024px) {
    #FormLoginAndRegister .landing-page__form__logo img {
        width: 30%;
    }

    #FormLoginAndRegister .landing-page__form__title {
        font-size: 25px;
        line-height: 1.2;
        font-weight: bold;
        color: #47515E;
        margin-top: 10px;
    }

    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 35px;
        border-radius: 5px;
        border: 1px solid #47515E;
    }

    #FormLoginAndRegister .landing-page__form--signup {
        margin-top: 20px;
    }

    #FormLoginAndRegister .landing-page__form {
        width: 45%;
        padding: 35px;
        font-size: 16px;
        overflow: auto;
        max-height: 100vh;
    }

    #FormLoginAndRegister .social-icons .other-options {
        font-size: 12px;
    }

    #FormLoginAndRegister .landing-page__form--signin .social-icons img, #FormLoginAndRegister .landing-page__form--signup .social-icons img {
        max-width: 5%;
    }

    #FormLoginAndRegister .landing-page__form--signup form.checkbox label {
        font-size: 12px;
    }

    #FormLoginAndRegister .notification-instruction {
        padding-right: 60px;
    }
}

/*ipad air*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #FormLoginAndRegister .notification-title {
        font-size: 28px !important;
    }

    #FormLoginAndRegister .notification-content .ttl-btn-red {
        margin-top: 12px !important;
        font-size: 20px;
    }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #FormLoginAndRegister .notification-instruction {
        color: #8492A6;
        font-size: 18px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #FormLoginAndRegister .landing-page__form {
        width: 45%;
        padding: 35px;
        padding-top: 20px;
        font-size: 16px;
        overflow: auto;
        max-height: 100vh;
    }
}

@media screen and (max-device-width:552px) {
    #FormLoginAndRegister #landing-page-container {
        overflow: auto;
    }

    #FormLoginAndRegister .landing-page__form__logo {
        text-align: center;
    }

    #FormLoginAndRegister .landing-page__form__title {
        text-align: center;
    }

    #FormLoginAndRegister .sub-tagline {
        font-weight: 300;
        font-size: 14px;
        margin: auto;
    }

    #FormLoginAndRegister .btn-border-white {
        font-size: 14px;
        font-weight: 300;
        border: 1px solid white;
        color: #fff;
        background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
        padding: 5px 10px;
        background-size: 250% 150%;
        background-position: right bottom;
        transition: all 0.3s ease;
    }

    #FormLoginAndRegister .landing-page__form__logo img {
        width: 35%;
    }

    #FormLoginAndRegister .landing-page__form__title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: bold;
        color: #47515E;
        margin-top: 12px;
    }

    #FormLoginAndRegister .landing-page__form__logo {
        margin-bottom: 0px;
    }

    #FormLoginAndRegister .form-flex .form-group .form-control {
        height: 30px;
        font-size: 12px;
        border-radius: 5px;
        border: 1px solid #47515E;
    }

    #FormLoginAndRegister .landing-page-popup .modal .modal-content {
        padding-bottom: 15px;
    }

    #FormLoginAndRegister .btn-background-red, .btn-border-red {
        padding: 3px 13px;
        font-size: 12px;
    }

    #FormLoginAndRegister .notification-title {
        font-size: 15px !important;
    }

    #FormLoginAndRegister .notification-instruction {
        color: #8492A6;
        font-size: 12px !important;
    }

    #FormLoginAndRegister .notification-content .form-control {
        height: 25px !important;
        font-size: 9px !important;
        border-radius: 5px;
        border: 1px solid #47515E;
        background: #F3F3F3;
        margin-top: 5px;
    }

    #FormLoginAndRegister .notification-content {
        padding-right: 38px;
    }

    #FormLoginAndRegister #ForgotPasswordPopUp .modal-dialog .modal-header .close,
    #FormLoginAndRegister #GenericNotificationPopup .modal-dialog .modal-header .close,
    #FormLoginAndRegister #GenericNotificationPopup_CTV .modal-dialog .modal-header .close {
        font-size: 30px !important;
    }

    #FormLoginAndRegister #ForgotPasswordPopUp .modal-header,
    #FormLoginAndRegister #GenericNotificationPopup .modal-header,
    #FormLoginAndRegister #GenericNotificationPopup_CTV .modal-header {
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        border-radius: 5px 5px 0px 0px;
        background: #f3f3f3;
    }

    #FormLoginAndRegister .notification-image img {
        width: 35vw !important;
    }

    #FormLoginAndRegister .notification-content .ttl-btn-red {
        margin-top: 15px !important;
        font-size: 12px !important;
    }

    #FormLoginAndRegister #ForgotPasswordPopUp .modal-dialog .modal-body .notification-page,
    #FormLoginAndRegister #GenericNotificationPopup .modal-dialog .modal-body .notification-page,
    #FormLoginAndRegister #GenericNotificationPopup_CTV .modal-dialog .modal-body .notification-page {
        border-radius: 5px;
        padding-bottom: 20px;
    }

    #FormLoginAndRegister .notification-instruction {
        padding-right: 0px !important;
    }

    #FormLoginAndRegister .landing-page-popup {
        top: 3%;
    }
}

@media only screen and (max-device-width:360px) {
    #FormLoginAndRegister .landing-page-popup .modal .modal-content {
        padding-bottom: 15px;
    }
}
/* ipad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #FormLoginAndRegister .forgot-password-link {
        font-size: 12px;
        margin-top: 5px;
    }
}    
