﻿@media (max-width : 450px) {
    .logintron {
        background-color: white;
        border: solid 1px gray;
        border-radius: 3px 4px;
        padding: 10px;
        margin: 0 auto;
        width: 100%;
    }
    .col-2-flex  {
        min-width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 451px) and (max-width: 1000px) {
    html, body, form {
        margin: auto;
        height: 100%;
    }
    .row-flex {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
    }

    

    .logintron {
        background-color: white;
        border: solid 1px gray;
        border-radius: 3px 4px;
        padding: 10px;
        width: 100%;
        max-width: 450px;
        min-width: 450px;
        margin: 0 auto;
    }
    
    .col-1-flex {
        
    }

    .col-1-flex > div:first-child {
        padding-right: 60px;
        padding-bottom: 0px;
    }

    .col-1-flex > div {
        vertical-align: bottom;
        padding-bottom: 10px;
        display: inline-block;
    }

    .col-2-flex {
        min-width: 450px;
        text-align: center;
    }

    .col-3-flex {
        text-align: center;
        
        
    }

    .col-3-flex > div:first-child {
        padding-right: 60px;
        padding-bottom: 0px;
    }

    .col-3-flex > div {
        vertical-align: top;
        padding-top: 10px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1001px) {
    html, body, form {
        margin: auto;
        height: 100%;
        
    }

    form { 
        width: 1295px !important;
    }
    .row-flex {
        display: -webkit-box;
        display: -ms-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-box-pack: center;
        box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-boc-align: center;
        box-align: center;
    }

    .logintron {
        background-color: white;
        border: solid 1px gray;
        border-radius: 3px 4px;
        padding: 10px;
        width: 100%;
        max-width: 450px;
        min-width: 450px;
        margin: 0 auto;
    }

    .col-1-flex {
        text-align: right;
        padding-right: 20px;
        clear: none !important;
        margin-left: 0px !important;
        
    }

        .col-1-flex > div:first-child {
            padding-bottom: 270px;
        }

    .col-1-flex > div {
        vertical-align: top;
        padding-top: 0px;
        display: block;
    }

    .col-2-flex {
        min-width: 450px;
        text-align: center;
        clear: none !important;
        margin-left: 0px !important;
    }

    .col-3-flex {
        text-align: left;
        padding-left: 20px;
        clear: none !important;
        margin-left: 0px !important;
    }

        .col-3-flex > div:first-child {
            padding-bottom: 270px;
        }

    .col-3-flex > div {
        vertical-align: top;
        padding-top: 0px;
        display: block;
    }
}

.normal-flex {
    text-align: center;
}

.center-logitron {
    
}

.btn-login {
    background-color: rgb(66, 63, 63);
    border-color: gray;
}



.form-signin {
  padding: 10px;
  
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.logo-online {
  margin-bottom: 20px;

}

p {
  font-size: 15px;
  margin: 0 0 0px;
  text-align: justify;
}

.btn-lg {
  margin-bottom: 10px;
}

.p-margin {
  margin-bottom: 20px;
  font-size: small;
}
.text-primary {
  color: #333333;
  font-size: small;
}
