﻿body
{
    font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
    font: medium 14px;
    font-family: Dubai;
    margin: 0;

}
.col-sm-24 {
      display: inline-block;
    left:10px;
    bottom: 5px;
    position: absolute;
}

.samtech_logo
{
    width: 100%;
    height: 72px;
    text-align: right;
}

body, html
{
    width: 100%;
    margin: 0;
}

.bg-img
{
    background-image: url("../images/login_bg.jpg");
    width: 100%;
    height: 752px;
    background-repeat: no-repeat;
    background-size: cover;



}


/* Add styles to the form container */
.container
{
    /*position: absolute;
    right: 550px;
    max-width: 555px;
    margin-top: 0px;
    background-repeat: no-repeat;
    align-content:center;*/
    position: absolute;
    right: 0%;
    transform: translate(-1%, -50%);
    max-width: 555px;

}

/* Full-width input fields */
input[type=text], input[type=password] {
        width: 50%;
    margin: 10px 0 10px 0;
    height: 50px;
    border: 2px solid #4e4528;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 600;
    color: #78631f;
    padding-left: 50px;
    margin-left: 50px;
    border: 2px solid #947d34!important;
    background: white;
    opacity: 0.8;
    background-repeat: no-repeat;
}

    input[type=text]:focus, input[type=password]:focus
    {
        font-size: 23px;
        font-family: Arial;
        font-weight: 600;
        color: #4e4528;
         z-index: 10;
    }




.Login
{
    position: absolute;
    color: #4e4528;
    font-size: 16.19px;
    font-family: Dubai;
    font-weight: 600;
    padding-top: -50px;
    vertical-align: middle;
    text-align: justify;
    position: absolute;

}

.btn:hover {
  opacity: 1;
}


.textbox
{
    font-size: 30px;
    font-family: Roboto;
    font-weight: 700;
    padding-left: 20px;
    margin-top: 10px;
    padding-left: 75px;
    width: 535px;
    height: 140px;
     z-index: 10;
     color: #4e4528;

}

.textbox-username-img
{
   background-image: url(../images/user_name.png)!important;
    background-position: 8px center !important;
    background-repeat: no-repeat !important;
    z-index: 10;
}

.textbox-password-img
{
    background-image: url("../images/password_icon.png")!important;
    background-position: 8px center !important;
    background-repeat: no-repeat !important;
	z-index: 10;
}
.user_pass
{
    z-index: 10;
    position: absolute;
}

.user_name_icon
{
    z-index: 10;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-family: Dubai;
    font-weight: 500;
}

    .user_name_icon img
    {
        vertical-align: middle;
        text-align: justify;
        float: left;
        margin: 0px 15px 15px 0px;
    }


/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #4e4528;
    opacity:0.8;
    background: white;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after
{
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .16em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #947d34;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after
{
    opacity: 1;
    transform: scale(1);
}
/* hover style just for information */
label:hover:before
{
    border: 2px solid #947d34!important;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked
{
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label
    {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }
