﻿body {
    background: url(/Content/Ayyeka-UI-login-page.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover; /* Generic*/
    padding: 10px;
}

bodu.modal-open{
    overflow: hidden;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.header {
    max-width: 340px;
    margin: 10px auto;
}

    .header > div {
        background-size: 100%;
        min-height: 100px;
        background-repeat: no-repeat;
        background-position: center;
    }

div.input-group {
    padding-top: 20px;
}

    div.input-group > .input-group-addon {
        width: 38px;
    }

    div.input-group + button {
        margin-top: 20px;
    }

div.container {
    max-width: 500px;
    text-align: left;
    padding: 20px 30px 2px;
    margin-top: 8%;
    margin-bottom: 4%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border: 1px solid #d8d8d8;
    border-radius: 7px;
}

.strengthify-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    z-index: 4;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}

.acceptEula{
    transform: translateY(50%); 
    flex: none !important;
    width: 10% !important;  
}

.formTitle {
    text-align: center;
    margin: auto;
    color: #464a43;
}

.modalContainer {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(22,22,22,0.5);
    border-radius: 4px;
}

.modalBody {
    width: 50vw;
    height: 70%;
    position: fixed;
    padding: 35px;
    padding-top: 20px;
    left: 50%;
    z-index: 50;    
    background-color: rgba(255, 255, 255, 0.9);
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: inherit;    
    min-height: 500px;
}
.modalBody .eulaText{ 
    height: 95%;
    display: block;   
    scrollbar-width: none;
    -ms-overflow-style: none;  
   }

    .modalBody .eulaText::-webkit-scrollbar {
        display: none;
    }

.eulaText object {
    width: 100%;
    height: 100%;
}

    .modalBody button {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 50%;
        margin-top: 10px;
        border: none;
        width: 200px;
        height: 41px;
        transform: translate(-50%, -20%);
        padding-bottom: 37px;       
    }

.labelForEula a{
    font-weight: 700;
    text-decoration: underline !important;
}

.labelForEula a:hover{
    cursor: pointer;
    text-decoration: underline !important;
    font-weight: 800;
}

.loginFooter {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
}

    .loginFooter .LogoFooter {
        display: none;
    }
