html,
body {
    height: 100%;
    background-image: url('../../static/media/background-lg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    align-items: center;
}

.lotr-form {
    max-width: 28rem;
    padding: 0;
    margin: auto;
    background-color: #ffffff;
    padding-top: 1rem;
}

.lotr-form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.lotr-form .form-control:focus {
    z-index: 2;
}

.locus-heading {
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #09090c;
}

.download-latest {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4d556a;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    display: none;
}

.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(-20%, -100%, 0);
    opacity: 1;
    display: block;
}

.form-control:focus + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(-20%, -100%, 0);
    opacity: 1;
    display: block;
}

.landscape {
    display: none;
}

#download-links {
    border-top: 1px solid #d5d6d8;
    margin-left: 3px;
    margin-right: 3px;
}

.mobile-platform-logo {
    width: 21px;
    height: 24px;
    object-fit: contain;
}

.download-text {
    height: 44px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: contents;
}

#clear-client {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 2;
}

.form-control:focus {
    box-shadow: 0 0 0 #ffff;
    border: 2px solid #007bff;
}

.blue-border {
    box-shadow: 0 0 0 #ffff;
    border: 2px solid #007bff;
    border-radius: 0 0.25rem 0.25rem 0;
}

#fixed-footer {
    background-color: #2e3342;
    color: #e7e9ee;
    z-index: 99999;
}

#mobile-bg {
    height: 100%;
    background-image: url('../../static/media/mobile-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input:focus::placeholder {
    color: transparent;
}

.is-invalid {
    background-image: none !important;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 #ffff;
}

#client-error {
    color: #dc3545;
    float: left;
    font-size: 11px;
}

@media (max-width: 991px) {
    body {
        background-image: none;
    }
    .lotr-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        opacity: 0.8;
        background-color: #171927;
        padding-bottom: 20px;
        height: 20%;
    }
    .locus-heading {
        color: #fff;
    }
    .download-latest {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }
    .main-div {
        margin-top: 100px;
    }
    .transform-form {
        position: absolute;
        top: 20%;
        z-index: 9999;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 450px) {
    .download-latest {
        font-size: 12px;
    }
    .locus-heading {
        font-size: 26px;
    }
    .hidden {
        display: none !important;
    }
    .lotr-form {
        height: 80%;
    }
    #lotr-form {
        height: 20%;
    }
    #download-links {
        height: 65%;
    }
    .download-section {
        height: 50%;
        padding: 0 7%;
    }
    .share-section {
        height: 55%;
    }
}

@media (min-width: 991px) {
    .lotr-form {
        min-height: 400px;
        border-radius: 0.5rem;
    }
    .os-icon {
        transform: translateY(50%);
        float: left;
    }
    .download-text {
        line-height: 1.38;
        display: table;
        margin: auto;
        font-size: 16px;
    }
    #lotr-form {
        padding: 15px 40px 0 40px;
    }
    .download-section {
        padding: 0rem 1rem;
    }
}

@media (max-width: 991px) and (min-width: 450px) {
    .landscape-bg {
        position: relative;
        margin-top: -100px;
        width: 100%;
    }
    #fixed-footer {
        position: relative;
    }
    .transform-form {
        position: relative;
    }
    .main-div {
        background: #ffff;
    }
    .lotr-header {
        display: none;
    }
    .lotr-form {
        padding: 0;
    }
    .landscape {
        position: absolute;
        display: block;
        height: auto;
    }
}

@media (max-height: 550px) and (max-width: 450px) {
    .locus-heading {
        font-size: 20px;
    }
    .download-latest {
        font-size: 10px;
    }
    #mobile-logo {
        width: 30px;
        height: 30px;
    }
    body {
        font-size: 12px;
    }
    .transform-form {
        top: 16%;
    }
    .lotr-header {
        height: 16%;
    }
}

.share-section {
    background-color: #f4f5fc;
}

.copy-link-btn {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2171e8;
    text-align: center;
    white-space: nowrap;
    background-color: #dae7fb;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
}

.share-text {
    color: #4d556a;
    margin-bottom: 0.5rem;
}

#app-shareable-link {
    width: 70%;
    border-radius: 0.25rem 0 0 0.25rem;
}

.version-details {
    font-size: 12px;
    color: #2171e8;
    border: none;
    background: none;
}

.version-details:focus {
    outline: none;
}

.tooltip {
    z-index: 99999;
}
