html {
    /*overflow:hidden; */
}

* {
    box-sizing: border-box;
}

body {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.4rem;
    font-family: Tahoma, Verdana, sans-serif;
    color: #323232;
    background-color: #f6f6f6;
    /*background-color: #464A4C;*/
}

body.hasBGImg {
    background: url("/_img/auth-background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
#main {
    margin: auto;
    width: 980px;
    font: normal 0.8em Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}*/


#main {
    margin: 5% auto 0 auto;
    width: 320px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 0.95rem;
    line-height: 1.4rem;
    valign:center;
    text-align:center;
}
#mainlarge {
    margin: 5% auto 0 auto;
    min-width: 320px;
    max-width: 480px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    font-family: Tahoma, Verdana, sans-serif;
    valign:center;
    text-align:center;
}

img {
    border:none;
}

a {
    color:#000;
}

/**********************************************
    Boxes
**********************************************/


div.box {
    margin-bottom: 15px;
    text-align:left;
    border: none;
    /*padding: 0 0 15px 0;*/
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
}

div.box p {
    /*margin: 2em 0 1em 0;*/
}

div.boxcontent {
    padding: 20px;
}


div.boxcontent h1,
div.boxcontent h2,
div.boxcontent h3,
div.boxcontent h4,
div.boxcontent h5,
div.boxcontent h6 {
    font-size: 100%;
    padding: 0;
    margin: 0em 0em 0.5em 0em;
}

div.boxw980h165 {
    padding:0px;
    width: 980px;
    height: 149px;
    overflow:hidden;
}

div.boxw980 {
    padding:0px;
    width: 980px;
    overflow:hidden;
}

div.boxflex {
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=50);
}

div.box input,
div.box select {
    display:block;
    margin: 10px 0 10px 0;
    padding: 5px 5px 5px 5px;
    color: #464A4C;
    border:1px solid #464A4C;
    border-radius: 3px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    min-height: 1.4rem;
    width: 100% !important;

    /*border: 1px solid #464A4C;*/
    /*-webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);*/
    /*-moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);*/
    /*box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);*/

}

div.box input:focus,
div.box select:focus {
    background-color:#979797;
    color:#f6f6f6;

    outline:0;
    /*border:1px solid #464A4C;*/
    /*-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0, 0.10);*/
    /*-moz-box-shadow: 0 0 5px 4px rgba(0,0,0, 0.10);*/
    /*box-shadow: 0 0 5px 4px rgba(0,0,0, 0.10);*/
}

div.box input[type="button"],
div.box input[type="submit"] {
    color: #fff;
    padding: 8px 0 8px 0;
    background-color: #464A4C;
    /*margin: 0.85rem 0 1.25rem 0 !important;*/
}

div.box select {
    min-height: 1.8rem;
    height: 1.8rem;
}

div.box label {
    display:block;
    margin: 10px 0 10px 0;
    /* xbackground-color: #d9d7bd; */
    color: #464A4C;
}

.rounded-corners {
    border-radius: 4px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.appstore-icons {
    display: flex;
    justify-content: space-between;
}

.appstorelink {
    display: inline-block;
    width: 48%;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    max-width: 100px;
    min-width: 70px;
}
.inner-logo {
    /*background-color: rgba(0,0,0,0.75);*/
    background-color: rgba(255,255,255,0.75);
    border-radius: 50%;
    padding: 25px;
    display: inline-block;
    min-width: 100px;
}

.boxcontent {
    position: relative;
}

.boxicon {
    font-size: 20px;
    margin: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.boxicon.size30,
.fas.size30 {
    font-size: 30px;
}
.boxicon.size25,
.fas.size25 {
    font-size: 25px;
}
.centercontent {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}
.crossplatform,
.platform {
    opacity: 0.5;
}