
/** {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #3498DB;
padding: 50px;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}

.app-title {
text-align: center;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}*/

.bgbody{
    background-color: #C1C6CB;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}
.elementForm {
    width: 80% !important;
    margin: 0px auto !important;
    height: 30px !important;
}
.b-bg-less{background-color: #eee !important; border: none !important; }
.display-none{display: none !important;}
.bgtransparent{background: transparent !important; border: none !important;}
.w50{width: 50% !important;}
.mt100p{margin-top: 100px !important;}
.mt240p {
    margin-top: 240px !important;
}
.mt200p {
    margin-top: 200px !important;
}
.ml10p {
    margin-left: 10px !important;
}
.ml35p {margin-left: 35px !important;}
.ml55p {margin-left: 55px !important;}
.w200p{width: 200px !important;}
.btn-resp {
    width: 80% !important;
    position: relative !important;
    margin: 10px auto !important;
    margin-bottom: 25px !important;
}
.mt20p{margin-top: 20px !important;}
.mt-20p {margin-top: -20px !important;}
.mb10p{margin-bottom: 10px !important;}
.boxshadowheader{box-shadow: 5px 0px 10px 5px #888;}
.tab-login{
    background-color: #fff !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}
.container-form {

}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

@import "bourbon";

body {
    background: #eee;	
}

.wrapper {	
    margin-top: 0px;
    margin-bottom: 0px;
}

#section-one, #section-two {
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 30px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    /*background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);*/

    .form-signin-heading,
    .checkbox {
        margin-bottom: 30px;
    }

    .checkbox {
        font-weight: normal;
    }

    .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        @include box-sizing(border-box);

        &:focus {
            z-index: 2;
        }
    }

    input[type="text"] {
        width:
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    input[type="password"] {
        margin-bottom: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

/* Custom, iPhone Retina */ 
@media (min-width: 320px) and (max-width: 990px){
    .twoColumLogoSection{
        margin-top: 0px !important;
    }
}

/* Extra Small Devices, Phones */ 
/*@media only screen and (min-width : 480px) {
    .mt100p{
        margin-top: 0px !important;
    }
}*/


