@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}

input {
	color: #000;
	font-weight:bold;
}

html, h2, h3, p {
    font-family: 'Nunito', sans-serif;
}

.footer{
	text-align: center;
}

input[type=submit] {
	border-radius: 20px;
    background-color: #FFF;
    border: none;
    color: #000;
    padding: 2.5px 10px 2.5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

[class*="label"] {
	color:#FFF;
}

.label1 {
    font-size: 20px;
    padding: 0px;
}

.label2 {
    font-weight:bold;
    font-size: 10px;
    padding: 1px;
}

.label3 {
    font-size: 12px;
    opacity: 0.6;
	background-color: #FFF;
    filter: alpha(opacity=60);
    color:black;
}

.logo {
    margin-top: 20px;
    margin-left: 5px;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%}
    .col-m-2 {width: 16.66%}
    .col-m-3 {width: 25%}
    .col-m-4 {width: 33.33%}
    .col-m-5 {width: 41.66%}
    .col-m-6 {width: 50%}
    .col-m-7 {width: 58.33%}
    .col-m-8 {width: 66.66%}
    .col-m-9 {width: 75%}
    .col-m-10 {width: 83.33%}
    .col-m-11 {width: 91.66%}
    .col-m-12 {width: 100%}
    .label1 {
        font-size: 25px;
        padding: 2px;
    }
    .label2 {
        font-weight:bold;
        font-size: 15px;
        padding: 1px;
    }
    .label3 {
        font-size: 12px;
    	background:none;
    	color:#FFF;
    	opacity: 1.6;
    }
    input[type=text],
    input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border-radius: 10px;
    }
    select{
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border-radius: 5px;
    }
    input[type=submit] {
    	border-radius: 50px;
        padding: 10px 40px 10px 40px;
    	font-size: 16px;
    }
}

input[type=text],
input[type=password],
select {
    width: 100%;
    margin: 8px 0;
    border-radius: 10px;
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select:focus {
    color: #000 !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder { 
    /* Chrome/Opera/Safari */
    color: #fff;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder { 
    /* Firefox 19+ */
    color: #fff;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder { 
    /* IE 10+ */
    color: #fff;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder { 
    /* Firefox 18- */
    color: #fff;
}

input[type=text]:focus,
input[type=password]:focus {
    border-color: #fff;
    outline: none;
}

input[type=submit] {
	border-radius: 50px;
    padding: 10px 40px 10px 40px;
	font-size: 16px;
    margin: 4px 2px;
}

.login-page .icons-image img {
    width: 320px
}

.login-btn input {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top:8px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    background-color:#f18131;
}

.login-btn input:active {
   outline: none;
}

.forgot-password input{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top:20px;
    text-decoration: none;
    background-color: #337ab7;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.login-text-intro h2 {
    margin-top: 0;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
}

.login-text-intro h3 {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.login-content {
    min-height: 80vh;
}

@media only screen and (max-width: 570px) {
    .login-text-intro h2 {
        font-size: 32px;
        line-height: 37px;
    }
    .login-text-intro h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    input[type=text], 
    input[type=password] {
        width: 100%;
    }
}

@media only screen and (min-width: 1900px) {
    .login-content {
        min-height: 80vh;
    }
}

@media only screen and (min-width: 769px) {
    /* For desktop: */
    .col-1 {width: 8.33%}
    .col-2 {width: 16.66%}
    .col-3 {width: 25%}
    .col-4 {width: 33.33%}
    .col-5 {width: 41.66%}
    .col-6 {width: 50%}
    .col-7 {width: 58.33%}
    .col-8 {width: 66.66%}
    .col-9 {width: 75%}
    .col-10 {width: 83.33%}
    .col-11 {width: 91.66%}
    .col-12 {width: 100%}
    .label1 {
        color: #ffffff;
        font-size: 60px;
        padding: 5px;
    }
    .label2 {
        color: #ffffff;
    	font-weight:bold;
        text-align: center;
        font-size: 30px;
        padding: 15px;
    }
    .label3 {
        color: #ffffff;
        font-size: 20px;
        background:none;
        opacity: 1.6;
    }
    .logo {
    	width:70px;
    	height:70px;
    }
    .login-page .icons-image {
        padding-right: 20px;
    }
    .login-page .login_form {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .login-page .icons-image {
        text-align: left !important;
    }
    .login-content {
        min-height: 80vh;
    }
}

@media only screen and (max-width: 740px) {
    .login-page .icons-image {
        display: none;
    }
    .logo{
        width:50px;
        height:50px;
  	}
}

@media only screen and (max-width: 380px) {
    .login-text-intro h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .login-text-intro h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 330px) {
    .login-text-intro h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .login-text-intro h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .login-content {
        min-height: 75vh;
    }
}