﻿.container.login__outer
{
    width: 360px !important;
    background: #fff;
    padding: 15px;
}

.col-md-4.col-md-offset-7.bgd
{
    border-radius: 3px;
}

main
{
    margin: 30px 0px 30px 0px;
    /*display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;*/
}

p .btn.btn-primary
{
    text-decoration:none;
}

.bgd
{
    background: #fff;
}

.container.login__inner
{
    width: 330px !important;
    background: #fff;
}

.form-group, .controls.actions, .contentContainer.tempPassword
{
    margin: 15px 0px 15px 0px;
}


.controls
{
    margin: 5px 0px 5px 0px;
}

.labelText
{
    text-transform: uppercase;
}

._row
{
    margin-bottom: 15px;
}


.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15
{
    width: 20%;
    float: left;
}

.col-md-15
{
    width: 20%;
    float: left;
}

.recoverPassword
{
    clear:both;
    margin:5px 0px 5px 0px;
    font-size:11px;
}

@media (min-width: 768px)
{
    
    .col-sm-15
    {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px)
{
    .col-lg-15
    {
        width: 20%;
        float: left;
    }
}
