﻿html, body {
  
    margin-bottom: 25px;
    margin-top: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.wrapper{
    width:400px;
    margin:50px auto;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    margin-left:0px !important;
}
.loginsection {
    
    
    border-radius: 10px;
    width:250px;
    margin:0 auto;
}
    .loginsection .btn {
        width: 100%;
        background-color: #00245D !important;
        color:white;
        padding:12px !important;

    }
        .loginsection .btn:hover {
            background-color: #00245D !important;
            color: white !important;
        }
        .brandlogo {
            overflow: hidden;
            border-radius: 5%;
            margin-top: 25px;
            margin-right: auto;
            margin-bottom: 2px;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }
.brand {
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20%;
    margin-bottom: 100px;
    margin-left: 20%;
    position: relative;
    z-index: 1;
}
.brandlogo img{
    width:250px;
}
.brand img{
    width:100%;
}
.logininputs{
    padding:10px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding:10px;;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
