﻿.signin-box {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #e5e5e5;
    float: left;
    margin: 10px;
    padding: 20px 25px 15px;
    width: 325px;
}

.signin-label {
    font-size: 16px;
    height: 16px;
    line-height: 17px;
    margin: 0 0 1.2em;
    position: relative;
}

.signin-text {
    display: block;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-weight: normal;
}

.signin-input {
    background: #ffffff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    direction: ltr;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    margin: 0 0 15px;
    opacity: 1;
    width: 100%;
    font-family: "Orbitron",Verdana,Tahoma,Segoe UI,sans-serif;
}

.clsResetPasswordLink {
    float: left;
    margin: 1em 1.5em 1.2em 0;
    vertical-align: bottom;
}

.signin-button-submit {
    background-color: #F9B200;
    border: 1px solid #d6992a;
    color: #000;
    float: right;
    font-size: 13px;
    height: 32px;
    line-height: 29px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    vertical-align: bottom;
}

/****************************************************/

.clsContentTitle {
    display: block;
    float: right;
    font-family: "Orbitron",Verdana,Tahoma,Segoe UI,sans-serif;
    font-size: 28px;
    font-weight: 400;
    padding: 20px 0 0 20px;
    width: calc(100% - 440px);
}

.clsContentTitle div {
    width: calc(100%);
}

.clsContentTitle .clsContentMessage {
    font-family: Verdana, Tahoma, Segoe UI, sans-serif;
    font-size: 14px;
    margin: 20px 0;
    text-align: left;
}


/*****************************************************/
@media (max-width:768px) {
    .signin-box {
        float: inherit;
        clear:both;
        width: calc(100% - 55px);
        margin: 0 auto;
        /*height: 205px;*/
        margin-bottom: 20px;
    }

    .clsContentTitle {
        float: none;
        width: auto;
        clear: both;
    }

    .clsContentTitle {
        padding: 5px 0 0 5px;
        font-size: 20px;
    }
}