﻿html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.authentication {
    background-image: url(../images/pr_bg.jpg);
    background-size: cover;
    background-position: top center;
}

.login-page {
    background-color: #00BCD4;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: 460px;
    width: 100% !important;
    margin: 0 auto 100px;
    padding: 0px 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.authentication .theme-bg {
    height: 150px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 144px;
    z-index: -1;
}

.card-top:first-child {
    height: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px;
    padding: 0;
}

.card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 0 40px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 
    transition: .3s ease;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    display: inline-block;    
    width: 100%;    
    color: rgba(0,0,0, 0.87);
} 

.card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #136a8a;
    margin: 0 0 25px;
    padding: 10px 0 10px 42px;
    color: #136a8a;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15em;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

img {
    vertical-align: middle;
    border: 0;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
    background: transparent;
    padding: 12px 15px 0px;
}


.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


 /* Custom, iPhone Retina */
        @media only screen and (min-width : 320px) {
            .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
}
        }

        /* Extra Small Devices, Phones */
        @media only screen and (min-width : 480px) {
            .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
}
        }
        /* Small Devices, Tablets */
        @media only screen and (min-width : 768px) {
            .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
}
        }

        /* Medium Devices, Desktops */
        @media only screen and (max-width: 992px) and (min-width: 1199px) {
           .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
}
        }

        /* Large Devices, Wide Screens */
        @media only screen and (min-width : 1200px) {
            .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1.8px solid #ddd;
    position: relative;
}
        }

/*.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
}*/

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group input[type="text"], .input-group .form-control {
    border: none !important;
    box-shadow: none;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}
.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}

.g-bg-cyan {
    background: linear-gradient(60deg, #136a8a, #379c94) !important; 
    color: #fff !important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn, .input-group-btn .btn {
    border: none;
    border-radius: 4px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}




@media (min-width: 1200px) {
        .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-12 {
        width: 100%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
