﻿@media (max-width: 904px) {

    .layout-content {
        max-width: 904px;    
    }

    .layout-top {
        padding-top: 30px !important;
    }

    .layout-sign-in {
        width: 100% !important;
        float: left !important; 
        position: relative;
        display: block;
    }
    .layout-info {
        width: 100% !important;
        float: left !important;
        display: block;
        margin-bottom: 30px; 
    }

    .layout-bottom {
        padding-left: 60px;
    }
}

@media (max-width: 480px) {
    .layout-content {         
        max-width: 480px;    
    }

     /*Inputs Style*/
    input[type="text"], input[type="password"] {
        /*width:200px !important;
        display:block;
        height: 30px !important;
        font-size: 18px !important;
        padding: 0 10px;*/
        /*border: 1px solid #000;*/
        /*text-transform: lowercase;*/
    }

    input:focus {
        border: 1px solid #f1930f;
        -webkit-border: 1px solid #f1930f;
    }

    input[type="submit"] {
        width:100px !important;
        right:20px;
        bottom:20px;
        background:#459ff3;
        color:#fff;    
        font-size: 18px !important;
        font-family: Segoe UI Light;
        height:30px !important;
        border: 0;
    }

    input[type="submit"]:hover {
        background:#f1930f;
    }
    /*End Inputs Style*/

    .layout-info h1 {
        font-size: 26pt !important;
    }

    .layout-info h3 {
        font-size: 12pt !important;
    }

    .layout-bottom {
        padding-left: 30px;
    }

    .layout-bottom h2 {
        font-size: 23pt !important;
    }
}