﻿/*
* Copyright (c) 2014 AirWatch, LLC. All rights reserved.
* This product is protected by copyright and intellectual property laws in the United States and other countries as well as by international treaties.
* AirWatch products may be covered by one or more patents listed at http://www.vmware.com/go/patents.
*/

body {
    font-size: 1.4em;
}

.auth_progressbar, .help {
    display: none;
}

.enrollment .header {
    background: none !important;
    padding: 0;
    height: 80px;
    width: 80%;
    margin: 1px auto;
    text-align: left;
}

.header img:first-child {
    display: block;
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0)
}

.header .header_logo {
    width: auto !important;
    max-width: 220px;
    max-height: 100px;
    height: 100px;
    margin: 0;
    margin-bottom: 20px;
    position: relative
}

.enrollment .header h1 {
    clear: both;
    float: left;
    text-align: left;
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 4%;
    width: calc(100% - 120px);
    font-size: 1em;
    color: #44535f !important;
}

#install {
    text-align: right;
}

#install input {
    margin-right: 0;
    margin-left: 10px;
}

div.auth_input input[type="text"], div.auth_input input[type="password"], div.auth_input input[type="email"] {
    border-radius: 1px;
    border: 1px solid #DBD9D9;
    padding: 1%;
    width: 98%;
    font-size: .75em;
}

.helphide {
    display: block;
}

.help {
    margin-top: 10px;
    margin-bottom: 20px;
}

.auth_guide {
    clear: both;
    font-size: 0.75em;
    padding-top: 20px;
    margin-bottom: 20px;
}

.validation-summary-errors li, span.field-validation-error {
    clear: both;
    color: #db4f4f;
    margin: 5px 0 2% 4%;
    font-size: 0.65em;
}

#displaycharacters, .activation .field label[for="AutoGeneratePassword"] {
    top: -5px;
    font-size: 0.75em;
}

.field label {
    font-size: 0.75em;
    line-height: 30px;
}

div.auth_input select {
    width: 100%;
    font-size: .75em;
    padding: 1%;
}

#authinner_content.activation {
    width: 40%;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    margin: 30px auto;
}

div.auth_input input[type="checkbox"] {
    margin: 0px 5px 15px 0px !important;
    border: 1px solid #CACAC9;
}

#install input, #divCheckUser input, #help .footer input.close, .appstore {
    border-radius: 0px;
    font-size: 0.72em !important;
}

div#help:before {
    display: none;
}

div#help {
    min-height: 180px;
    top: 220px;
}

.overlay .footer {
    display: block;
    position: static;
}

#divEula {
    padding: 0 20px 0 0;
}

.content_title {
    margin: 10px 0%;
    font-size: 1em;
    clear: both;
    line-height: 3;
}

.eula_title {
    margin: 10px 0%;
    font-size: 1em;
    clear: both;
    line-height: 0;
}

.authfont {
    font-size: 1rem;
    line-height: 130%;
}

.auth_activate {
    font-size: 0.8em;
    margin: 50px 4% 0 4%;
}

@media screen and (min-device-width: 1920px) {
    body {
        font-size: 1.4em;
    }

    #install input, #divCheckUser input, #help .footer input.close, .appstore {
        font-size: 0.8em !important;
    }
}

@media only screen and (min-device-width: 768px) {
    #authinner_content.activation.eulaheight {
        bottom: 80px;
    }
}

.martop0 {
    margin-top: 0;
    height: 170px;
}
