/*
###################################################################################################################################
#
#   File        : user_entrance.css
#   Author      : Randy Denham
#   Created     : March 26, 2013
#   Application : AirCard
#   Purpose     : Specific styles for User_Entrance screen
#
#   Last Date   : $
#   Last Author : $
#   Last Revision   : $
#
###############################################################################
#
#   History
#   =======
#
#   Date        Version         Name             Bug     Comments
#   =========== ============    ==============   =====   ======================
#   20 Mar 2013 V1.0.RS0.0.0    Randy Denham     59629   Written
#   27 Nov 2013 V1.0.DLH.0.1    Dennis Hostetler 66493   Port user management back from SEACard
#   22 May 2014 V1.0.CRM.0.2    Colby Meier      US5553  Added TutorialLink
#
###############################################################################
*/

input[type="submit"] {
    width: 330px;
    margin: 10px;
}
.Button a {
    width: 300px;
    margin: 10px;
}
.CanvasContent {
    width:900px;
}
.CanvasContent .LayoutContainer {
    padding: 5px;
}

.Widget .Field {
    margin-top: -20px;
}


